[PATCH] D81005: [yaml2obj] - Add a way to exclude specified sections from the section header.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 2 07:08:53 PDT 2020


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

This implements the new "Excluded" key that can be used
to exclude entries from section header:

  SectionHeaderTable:
    Sections:
      ...
    Excluded:
      - Name: .foo


https://reviews.llvm.org/D81005

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81005.267875.patch
Type: text/x-patch
Size: 27722 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200602/2f2e1967/attachment.bin>


More information about the llvm-commits mailing list