[all-commits] [llvm/llvm-project] dd1015: [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LIN...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Nov 11 22:56:45 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dd101539dac5e464042c04b72090741317d48c23
      https://github.com/llvm/llvm-project/commit/dd101539dac5e464042c04b72090741317d48c23
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2019-11-12 (Tue, 12 Nov 2019)

  Changed paths:
    M llvm/include/llvm/ObjectYAML/ELFYAML.h
    M llvm/lib/ObjectYAML/ELFEmitter.cpp
    M llvm/lib/ObjectYAML/ELFYAML.cpp
    A llvm/test/tools/obj2yaml/linker-options.yaml
    A llvm/test/tools/yaml2obj/linker-options.yaml
    M llvm/tools/obj2yaml/elf2yaml.cpp

  Log Message:
  -----------
  [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.

SHT_LLVM_LINKER_OPTIONS section contains pairs of null-terminated strings.
This patch adds support for them.

Differential revision: https://reviews.llvm.org/D69895




More information about the All-commits mailing list