[PATCH] D16292: Improved Macro emission in dwarf
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 18 05:17:14 PST 2016
aaboud created this revision.
aaboud added reviewers: dblaikie, aprantl.
aaboud added a subscriber: llvm-commits.
Followed David feedback on emitting offset of macinfo entry into compiler unit DIE.
New code is using delta between labels rather than explicitly calculating size/offset of macro entry.
http://reviews.llvm.org/D16292
Files:
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16292.45172.patch
Type: text/x-patch
Size: 7070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160118/faba71bb/attachment.bin>
More information about the llvm-commits
mailing list