[yaml2obj] - Add a support for changing EntSize.
I was trying to add a test case for LLD and found that it is impossible to set sh_entsize via yaml. The patch implements the missing part. Differential revision: https://reviews.llvm.org/D50235 llvm-svn: 339113
Showing
- llvm/include/llvm/ObjectYAML/ELFYAML.h 1 addition, 0 deletionsllvm/include/llvm/ObjectYAML/ELFYAML.h
- llvm/lib/ObjectYAML/ELFYAML.cpp 1 addition, 0 deletionsllvm/lib/ObjectYAML/ELFYAML.cpp
- llvm/test/tools/yaml2obj/elf-ent-size.yaml 50 additions, 0 deletionsllvm/test/tools/yaml2obj/elf-ent-size.yaml
- llvm/tools/yaml2obj/yaml2elf.cpp 3 additions, 1 deletionllvm/tools/yaml2obj/yaml2elf.cpp
llvm/test/tools/yaml2obj/elf-ent-size.yaml
0 → 100644
Please register or sign in to comment