[all-commits] [llvm/llvm-project] f69ac5: [yaml2obj] - Teach tool to describe SHT_GNU_verdef...
Georgii Rymar via All-commits
all-commits at lists.llvm.org
Tue Nov 26 04:38:21 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f69ac55d60d916e295ae0e507c5f4c2655360089
https://github.com/llvm/llvm-project/commit/f69ac55d60d916e295ae0e507c5f4c2655360089
Author: Georgii Rymar <grimar at accesssoftek.com>
Date: 2019-11-26 (Tue, 26 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/verdef-section.yaml
M llvm/tools/obj2yaml/elf2yaml.cpp
Log Message:
-----------
[yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" property.
There is no way to set raw content for SHT_GNU_verdef section.
This patch implements it.
Differential revision: https://reviews.llvm.org/D70710
More information about the All-commits
mailing list