[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
Tue Mar 10 23:25:41 PDT 2020
SouraVX updated this revision to Diff 249557.
SouraVX added a comment.
nit: Modified macro header comment emission. Previously we were emitting `lineptr`.
Based on @ikudrin comment on D73086 <https://reviews.llvm.org/D73086> this is modified to `debug_line_offset` for consistency and correlation with v5 macro definition in spec.
Thanks for this!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72828/new/
https://reviews.llvm.org/D72828
Files:
llvm/include/llvm/MC/MCObjectFileInfo.h
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.249557.patch
Type: text/x-patch
Size: 15093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/1b479315/attachment-0001.bin>
More information about the llvm-commits
mailing list