[PATCH] D68704: [llvm-readobj] - Cleanup "Version symbols" dumping.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 07:21:10 PDT 2019
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: seiya, rupprecht.
This changes "Version symbols {" -> "SHT_GNU_versym ["
to be consistent with another 2 versioning sections.
And removes few fields that are not useful:
"Section Name", "Address", "Ofsset" and "Link"
(they dumplicated the information available under
the "Sections [" tag).
https://reviews.llvm.org/D68704
Files:
test/tools/llvm-readobj/all.test
test/tools/llvm-readobj/elf-versioninfo.test
test/tools/yaml2obj/versym-section.yaml
tools/llvm-readobj/ELFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68704.224049.patch
Type: text/x-patch
Size: 4903 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191009/ec503b74/attachment.bin>
More information about the llvm-commits
mailing list