[PATCH] D66998: [yaml2obj] - Allow overriding sh_name fields of the sections.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 30 05:19:18 PDT 2019
grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
This is in line with the previous changes which allowed to override the sh_offset/sh_size
and should be useful for writing the test cases.
(I am going to use it for writing a test case for D66976 <https://reviews.llvm.org/D66976>).
https://reviews.llvm.org/D66998
Files:
include/llvm/ObjectYAML/ELFYAML.h
lib/ObjectYAML/ELFEmitter.cpp
lib/ObjectYAML/ELFYAML.cpp
test/tools/yaml2obj/elf-override-shname.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66998.218070.patch
Type: text/x-patch
Size: 5100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190830/299b84d0/attachment.bin>
More information about the llvm-commits
mailing list