[PATCH] D73086: [DWARF5] Added support for debug_macro section parsing and dumping in llvm-dwarfdump.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 13:40:28 PST 2020
dblaikie added inline comments.
================
Comment at: llvm/test/DebugInfo/X86/unsupported-flag-debug-macro-v5.s:6
+
+ .section .debug_macro,"", at progbits
+.Lcu_macro_begin0:
----------------
This input seems more complicated/much longer than it needs to be to test the error message(s)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73086/new/
https://reviews.llvm.org/D73086
More information about the llvm-commits
mailing list