[PATCH] D15495: Macro Support in Dwarf emission

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 14 10:51:21 PST 2015


aprantl added inline comments.

================
Comment at: test/DebugInfo/X86/debug-macro.ll:3
@@ +2,3 @@
+; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=macro - | FileCheck --check-prefix=CHECK-MACRO %s
+; RUN: llc -mtriple=x86_64-linux -O0 -filetype=obj < %s | llvm-dwarfdump -debug-dump=line - | FileCheck --check-prefix=CHECK-LINE %s
+
----------------
`%llc_dwarf` may be preferable over `llc`.


Repository:
  rL LLVM

http://reviews.llvm.org/D15495





More information about the llvm-commits mailing list