[PATCH] D80002: [yaml2obj] - Implement the "SectionHeaderTable" tag.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 15 05:53:27 PDT 2020


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: hiraditya, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.

With the "SectionHeaderTable" it is now possible to reorder
entries in the section header table.

It also allows to stop emitting the table.

Depends on D79984 <https://reviews.llvm.org/D79984>, D79985 <https://reviews.llvm.org/D79985>.


https://reviews.llvm.org/D80002

Files:
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/yaml2obj/ELF/section-headers.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80002.264217.patch
Type: text/x-patch
Size: 14808 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200515/45317665/attachment.bin>


More information about the llvm-commits mailing list