[all-commits] [llvm/llvm-project] 13cbcf: [yaml2obj] - Add a way to describe content of the ...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Thu Nov 28 23:55:03 PST 2019


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

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

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

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

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




More information about the All-commits mailing list