[PATCH] D68333: [yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG sections.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 06:39:41 PDT 2019
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: seiya, rupprecht.
grimar added a child revision: D68334: [yaml2obj] - Add a Size tag support for SHT_LLVM_ADDRSIG sections..
SHT_LLVM_ADDRSIG is described here:
https://llvm.org/docs/Extensions.html#sht-llvm-addrsig-section-address-significance-table
This patch teaches tools to dump them and to parse the YAML declarations of such sections.
https://reviews.llvm.org/D68333
Files:
include/llvm/ObjectYAML/ELFYAML.h
lib/ObjectYAML/ELFEmitter.cpp
lib/ObjectYAML/ELFYAML.cpp
test/tools/llvm-readobj/elf-section-types.test
test/tools/obj2yaml/elf-llvm-addrsig-section.yaml
test/tools/yaml2obj/elf-llvm-addrsig-section.yaml
tools/obj2yaml/elf2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68333.222818.patch
Type: text/x-patch
Size: 19197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191002/5532ade9/attachment.bin>
More information about the llvm-commits
mailing list