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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 02:14:12 PST 2020


SouraVX updated this revision to Diff 248413.
SouraVX added a comment.

Revised and Addressed comments by @ikudrin.
Changes summary -
-No dependency on D73086 <https://reviews.llvm.org/D73086>, just the Macro flags defined in `Dwarf.def` are reused here while writing macro header flags field.
-Contents verification has been done using llvm-dwarfdump generated from D73086 <https://reviews.llvm.org/D73086>.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72828/new/

https://reviews.llvm.org/D72828

Files:
  llvm/include/llvm/BinaryFormat/Dwarf.h
  llvm/include/llvm/MC/MCObjectFileInfo.h
  llvm/lib/BinaryFormat/Dwarf.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
  llvm/lib/MC/MCObjectFileInfo.cpp
  llvm/test/DebugInfo/X86/debug-macro-v5.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72828.248413.patch
Type: text/x-patch
Size: 16174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200305/85a16552/attachment.bin>


More information about the llvm-commits mailing list