[PATCH] D73086: [DWARF5] Added support for emission of debug_macro section.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 02:02:26 PST 2020


SouraVX created this revision.
SouraVX added reviewers: probinson, aprantl, dblaikie, jini.susan.george, labath.
SouraVX added projects: debug-info, LLVM.
Herald added subscribers: llvm-commits, hiraditya.

Summary:
This patch adds parsing and dumping DWARFv5 macro section in llvm-dwarfdump, it does not introduce any new switch. Existing "--debug-macro" can be used to dump macinfo/macro section.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73086

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugMacro.cpp
  llvm/test/DebugInfo/X86/debug-macro-v5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73086.239255.patch
Type: text/x-patch
Size: 18493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/ad2780cd/attachment.bin>


More information about the llvm-commits mailing list