[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
Mon Mar 2 23:09:31 PST 2020
SouraVX updated this revision to Diff 247796.
SouraVX added a comment.
Revised to based comments by @dblaikie @probinson @ikudrin .
Summary:
- New implementation is independent of the producer /clang/.
- Testing and content verification done through llvm-mc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73086/new/
https://reviews.llvm.org/D73086
Files:
llvm/include/llvm/BinaryFormat/Dwarf.def
llvm/include/llvm/BinaryFormat/Dwarf.h
llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
llvm/lib/BinaryFormat/Dwarf.cpp
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
llvm/test/DebugInfo/X86/debug-macro-v5.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73086.247796.patch
Type: text/x-patch
Size: 22442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/d83eeeb4/attachment.bin>
More information about the llvm-commits
mailing list