[PATCH] D58667: [yaml2obj][obj2yaml] - Add support for the architecture specific dynamic tags.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 03:50:38 PST 2019
grimar created this revision.
grimar added a reviewer: jhenderson.
Herald added subscribers: atanasyan, arichardson, sdardis.
grimar edited the summary of this revision.
This allows tools to parse/dump the architecture specific tags
like DT_MIPS_*, DT_PPC64_* and DT_HEXAGON_*
Also fixes a bug in DynamicTags.def which was revealed in this patch.
https://reviews.llvm.org/D58667
Files:
include/llvm/BinaryFormat/DynamicTags.def
lib/ObjectYAML/ELFYAML.cpp
test/tools/obj2yaml/dynamic-section-arch-tags.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58667.188336.patch
Type: text/x-patch
Size: 15321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190226/cd4cbd54/attachment.bin>
More information about the llvm-commits
mailing list