This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 672bffebb69 Fixup r373278: Move test to X86 directory new 7645648cb37 [yaml2obj/obj2yaml] - Add support for SHT_HASH sections.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ObjectYAML/ELFYAML.h | 11 ++ lib/ObjectYAML/ELFEmitter.cpp | 35 +++++- lib/ObjectYAML/ELFYAML.cpp | 30 +++++ test/tools/llvm-readobj/elf-section-types.test | 1 + test/tools/llvm-size/elf-sysv.test | 1 + test/tools/obj2yaml/elf-hash-section.yaml | 78 +++++++++++++ test/tools/yaml2obj/elf-hash-section.yaml | 147 +++++++++++++++++++++++++ tools/obj2yaml/elf2yaml.cpp | 47 ++++++++ 8 files changed, 349 insertions(+), 1 deletion(-) create mode 100644 test/tools/obj2yaml/elf-hash-section.yaml create mode 100644 test/tools/yaml2obj/elf-hash-section.yaml