[PATCH] D80874: [llvm-dwarfdump] Add a table header for -debug-line -verbose output
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 2 00:31:22 PDT 2020
jhenderson added inline comments.
================
Comment at: llvm/test/tools/llvm-dwarfdump/X86/verbose.test:21-22
+# CHECK-NEXT: 0x0000000000000000 1 0 1 0 0 is_stmt
+# CHECK-EMPTY:
+# CHECK-EMPTY:
+# CHECK:0x00000035: 05 DW_LNS_set_column (12)
----------------
By the way, I have a patch ready to put up for review to fix all these extra blank lines, so no need for others to fix them themselves.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80874/new/
https://reviews.llvm.org/D80874
More information about the llvm-commits
mailing list