summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2019-01-23 16:39:57 +0000
committerHaojian Wu <hokein@google.com>2019-01-23 16:39:57 +0000
commit15a77418a9cbf24efb1f6a6a2d5c776e31d5c2d2 (patch)
tree381333db65e7809364dcd007b02749a8c128aa7c /llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp
parentd768d355158d067374a2ee02755b6b44d2b71053 (diff)
downloadbcm5719-llvm-15a77418a9cbf24efb1f6a6a2d5c776e31d5c2d2.tar.gz
bcm5719-llvm-15a77418a9cbf24efb1f6a6a2d5c776e31d5c2d2.zip
Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."
This reverts commit r351846. This patch may generate illegal assembly code, see ``` $ ./bin/clang -cc1 -triple nvptx64-nvidia-cuda -aux-triple x86_64-grtev4-linux-gnu -S -disable-free -disable-llvm-verifier -discard-value-names -main-file-name new.cc -mrelocation-model pic -pic-level 2 -mthread-model posix -fmerge-all-constants -mdisable-fp-elim -relaxed-aliasing -no-integrated-as -mpie-copy-relocations -munwind-tables -fcuda-is-device -target-feature +ptx60 -target-cpu sm_35 -dwarf-column-info -debug-info-kind=line-directives-only -dwarf-version=2 -debugger-tuning=gdb -o empty.s -x cuda empty.cc $ cat empty.s // // Generated by LLVM NVPTX Back-End // .version 6.0 .target sm_35 .address_size 64 } ``` llvm-svn: 351966
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCMachineFunctionInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud