[PATCH] D73086: [WIP][DWARF5] Added support for debug_macro section parsing and dumping in llvm-dwarfdump.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 05:12:24 PDT 2020


SouraVX added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/debug-macro-v5.s:11
+# CHECK-NEXT:  DW_MACRO_end_file
+# CHECK-NEXT:  DW_MACRO_undef_strp - lineno: 8 macro: WORLD1
+# CHECK-NEXT:DW_MACRO_end_file
----------------
I tried multiple times, but seems like this line is causing the test case to fail when using `--strict-whitespace` with FileCheck Even though indentation is correct(2 spaces) checked through normal dumping on stdout and by redirecting to a file.
So I temporarily removed `--strict-whitespace` option. Still digging will update here once done.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73086/new/

https://reviews.llvm.org/D73086





More information about the llvm-commits mailing list