[PATCH] D30456: [DebugInfo] Unique abbrevs for DIEs with different implicit_const values
Victor Leschuk via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 06:29:16 PST 2017
vleschuk updated this revision to Diff 90174.
vleschuk marked 2 inline comments as done.
vleschuk added a comment.
- Discarded changes in dwarfgen API
- Modified test: verify generated DWARF abbrevs using MemoryBuffer and verify dump format using raw_string_ostream
- Small style changes:
change
DW_FORM_implicit_const == getForm()
to
getForm() == DW_FORM_implicit_const
https://reviews.llvm.org/D30456
Files:
lib/CodeGen/AsmPrinter/DIE.cpp
unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30456.90174.patch
Type: text/x-patch
Size: 4060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/33a643f6/attachment.bin>
More information about the llvm-commits
mailing list