[PATCH] D73086: [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
Sat Mar 14 11:48:00 PDT 2020
SouraVX marked an inline comment as done.
SouraVX added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/debug-macro-macinfo.s:4
+
+# CHECK: debug_macro contents:
+# CHECK-NEXT: 0x00000000:
----------------
jhenderson wrote:
> jhenderson wrote:
> > With my suggestion above, I'd make this line
> >
> > `# CHECK:debug_macro contents:`
> >
> > so that the colon lines up with those below it.
> This hasn't been done.
Done!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73086/new/
https://reviews.llvm.org/D73086
More information about the llvm-commits
mailing list