[PATCH] D91249: [obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort sections by file offset.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 03:24:08 PST 2020


grimar updated this revision to Diff 308307.
grimar retitled this revision from "[obj2yaml] - Sort sections by file offsets when dumping them." to "[obj2yaml] - Teach tool to emit the "SectionHeaderTable" key and sort sections by file offset.".
grimar edited the summary of this revision.
grimar added a comment.
Herald added a subscriber: hiraditya.

- Updated implementation. Now this patch also emits the "SectionHeaderTable" key in according to the description.


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

https://reviews.llvm.org/D91249

Files:
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/Object/X86/obj2yaml-dup-section-name.s
  llvm/test/Object/obj2yaml.test
  llvm/test/tools/obj2yaml/ELF/offset.yaml
  llvm/test/tools/obj2yaml/ELF/section-headers.yaml
  llvm/tools/obj2yaml/elf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91249.308307.patch
Type: text/x-patch
Size: 17555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/797967e6/attachment.bin>


More information about the llvm-commits mailing list