[PATCH] D63136: [yaml2obj] - Allow setting cutom Flags for implicit sections.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 11 07:09:43 PDT 2019


grimar created this revision.
grimar added a reviewer: jhenderson.
Herald added a subscriber: jakehehrlich.
grimar added a child revision: D63137: [yaml2obj] - Allow setting the custom Address for .strtab.

With this patch we get ability to set any flags we want
for implicit sections defined in YAML.


https://reviews.llvm.org/D63136

Files:
  include/llvm/ObjectYAML/ELFYAML.h
  lib/ObjectYAML/ELFYAML.cpp
  test/tools/yaml2obj/strtab-implicit-sections-flags.yaml
  test/tools/yaml2obj/symtab-implicit-sections-flags.yaml
  tools/obj2yaml/elf2yaml.cpp
  tools/yaml2obj/yaml2elf.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63136.204055.patch
Type: text/x-patch
Size: 6827 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/893722b2/attachment.bin>


More information about the llvm-commits mailing list