[PATCH] D88228: [yaml2obj][obj2yaml] - Add support for SHT_ARM_EXIDX section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 07:05:08 PDT 2020


grimar updated this revision to Diff 294047.
grimar added a comment.
Herald added a subscriber: rupprecht.

- Rebased, updated `llvm-readobj/ELF/ARM/unwind-non-relocatable.test` test case which needed an update, because `ContentArray` can only be used for regular sections currently and with this patch yam2obj failed to parse the YAML description.


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

https://reviews.llvm.org/D88228

Files:
  llvm/include/llvm/ObjectYAML/ELFYAML.h
  llvm/lib/ObjectYAML/ELFEmitter.cpp
  llvm/lib/ObjectYAML/ELFYAML.cpp
  llvm/test/tools/llvm-readobj/ELF/ARM/unwind-non-relocatable.test
  llvm/test/tools/obj2yaml/ELF/arm-exidx-section.yaml
  llvm/test/tools/yaml2obj/ELF/arm-exidx-section.yaml
  llvm/tools/obj2yaml/elf2yaml.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88228.294047.patch
Type: text/x-patch
Size: 20331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200924/89ad713b/attachment-0001.bin>


More information about the llvm-commits mailing list