[PATCH] D78500: [DWARF5]:Added support for .debug_macro.dwo section in llvm-dwarfdump
Sourabh Singh Tomar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 19 23:57:47 PDT 2020
SouraVX added a comment.
That was one of the reason(for adding `*_strx` forms dumping support) and as it seems like this whole ambiguity can be avoided(at least in LLVM) by unifying the emission of `_strx` forms in both split(`debug_macro`) and non-split(`debug_macro.dwo`) mode. D78865 <https://reviews.llvm.org/D78865> and D78866 <https://reviews.llvm.org/D78866> revisions addresses these respectively.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78500/new/
https://reviews.llvm.org/D78500
More information about the llvm-commits
mailing list