[PATCH] D37971: [dwarfdump] Add verbose output for .debug-line section
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 09:47:00 PDT 2017
dblaikie added inline comments.
================
Comment at: test/DebugInfo/MIR/X86/empty-inline.mir:7
# CHECK: DW_TAG_subprogram
-# CHECK: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000)
+# CHECK: DW_AT_low_pc {{.*}}(0x0000000000000000)
# CHECK-NOT: DW_TAG
----------------
I don't think the {{.*}} is needed? Maybe - not sure how whitespace-ignorant FileCheck is by default.
================
Comment at: test/MC/ARM/dwarf-asm-multiple-sections.s:55-58
+// DWARF-DL: 0x0000000000000000 17 0 1 0 0 is_stmt
+// DWARF-DL-NEXT: 0x0000000000000004 17 0 1 0 0 is_stmt end_sequence
+// DWARF-DL-NEXT: 0x0000000000000000 21 0 1 0 0 is_stmt
+// DWARF-DL-NEXT: 0x0000000000000004 21 0 1 0 0 is_stmt end_sequence
----------------
Why did these line numbers change?
https://reviews.llvm.org/D37971
More information about the llvm-commits
mailing list