[PATCH] D104035: [yaml2obj][obj2yaml] Support custom ELF section header string table name

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 11 02:24:48 PDT 2021


jhenderson updated this revision to Diff 351371.
jhenderson added a comment.

Fix missed clang-format issue, and unchecked Exception (caused by broken check).

The Exception couldn't possibly fail anyway, as the section names were already checked.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104035/new/

https://reviews.llvm.org/D104035

Files:
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/obj2yaml/ELF/invalid-section-name.yaml
  llvm/test/tools/obj2yaml/ELF/shstrtab.yaml
  llvm/test/tools/yaml2obj/ELF/shstrtab.yaml
  llvm/tools/obj2yaml/elf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104035.351371.patch
Type: text/x-patch
Size: 47489 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210611/68b4d6df/attachment.bin>


More information about the llvm-commits mailing list