[PATCH] D49137: [dsymutil] Implement DWARF5 accelerator tables.
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 10 08:35:02 PDT 2018
JDevlieghere created this revision.
JDevlieghere added reviewers: friss, labath, aprantl.
This patch add support for emitting DWARF5 accelerator tables
(.debug_names) from dsymutil. Just as with the Apple style accelerator
tables, it's possible to update existing dSYMs. This patch includes a
test that show how you can convert back and forth between the two types.
Repository:
rL LLVM
https://reviews.llvm.org/D49137
Files:
llvm/test/tools/dsymutil/X86/accelerator.test
llvm/test/tools/dsymutil/cmdline.test
llvm/tools/dsymutil/DwarfLinker.cpp
llvm/tools/dsymutil/DwarfLinker.h
llvm/tools/dsymutil/DwarfStreamer.cpp
llvm/tools/dsymutil/DwarfStreamer.h
llvm/tools/dsymutil/LinkUtils.h
llvm/tools/dsymutil/dsymutil.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49137.154814.patch
Type: text/x-patch
Size: 9821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180710/ffecc106/attachment.bin>
More information about the llvm-commits
mailing list