[PATCH] D40033: [NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStreamer for debug info in Cuda.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 5 12:57:13 PST 2017


echristo added inline comments.


================
Comment at: test/CodeGen/Mips/mips16ex.ll:6
 ;16-NEXT: .cfi_personality
+;16: [[TMP:.*]]:
+;16-NEXT: $func_begin0 = ([[TMP]])
----------------
For the record this change is the one I'm concerned about. I don't think it's desired to put the cfi directives before the symbol.

That said, I'm going to have to take a closer look.


https://reviews.llvm.org/D40033





More information about the llvm-commits mailing list