[PATCH] D70816: [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section with "Content".

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 28 05:35:57 PST 2019


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

There is no way to set raw content for SHT_GNU_verneed section.
This patch implements it.


https://reviews.llvm.org/D70816

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70816.231415.patch
Type: text/x-patch
Size: 6695 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191128/00592ab0/attachment.bin>


More information about the llvm-commits mailing list