[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 08:41:47 PDT 2020
SouraVX updated this revision to Diff 264928.
SouraVX edited the summary of this revision.
SouraVX added a comment.
Addressed @ikudrin comments, Thanks for this!
- Extended `llvm-dwarfdump` to dump `DW_MACRO_*_strp` forms present in a `debug_macro.dwo` section.
- Added test case for the same.
- Edited the patch summary to reflect this.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78500/new/
https://reviews.llvm.org/D78500
Files:
llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/test/DebugInfo/X86/debug-macro-strp-dwo.s
llvm/test/DebugInfo/X86/debug-macro-strx-dwo.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78500.264928.patch
Type: text/x-patch
Size: 10508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/8f55b704/attachment.bin>
More information about the llvm-commits
mailing list