[PATCH] D27851: [DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 07:42:27 PST 2016
grimar created this revision.
grimar added reviewers: clayborg, dblaikie, aprantl, davide.
grimar added subscribers: llvm-commits, grimar, evgeny777, ruiu.
Herald added a subscriber: mgorny.
It was requested during review of https://reviews.llvm.org/D26283 (which already landed) to share the code
for parsing pubnames/pubtypes.
Patch implements that parser instead of static function which was used before.
So it should be possible to reuse in LLD now and clean up the duplication code.
https://reviews.llvm.org/D27851
Files:
include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h
lib/DebugInfo/DWARF/CMakeLists.txt
lib/DebugInfo/DWARF/DWARFContext.cpp
lib/DebugInfo/DWARF/DWARFDebugPubTable.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27851.81756.patch
Type: text/x-patch
Size: 9235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161216/f1f5dbc4/attachment.bin>
More information about the llvm-commits
mailing list