[PATCH] D57229: [obj2yaml] - Dump the sh_entsize section field.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 25 04:12:52 PST 2019
grimar created this revision.
grimar added reviewers: jhenderson, pcc, jakehehrlich, sanjoy, kastiglione.
Herald added subscribers: atanasyan, javed.absar, sdardis.
I faced with the fact that obj2yaml does not dump the sh_entsize field.
A problem arose when I tried to dump ELF versioning sections.
This is close to what D50235 <https://reviews.llvm.org/D50235> did, but D50235 <https://reviews.llvm.org/D50235> did the change for yaml2obj, and now
I had to do the same for obj2yaml.
https://reviews.llvm.org/D57229
Files:
test/Object/AArch64/yaml2obj-elf-aarch64-rel.yaml
test/Object/Mips/abi-flags.yaml
test/Object/obj2yaml-invalid-reloc.test
test/Object/obj2yaml.test
test/tools/obj2yaml/elf-ent-size.yaml
tools/obj2yaml/elf2yaml.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57229.183515.patch
Type: text/x-patch
Size: 5548 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190125/95d55169/attachment.bin>
More information about the llvm-commits
mailing list