This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from befd1c1098c [NFC][InstCombine] Some tests for sub-of-negatible pattern new 265ff646af7 [yaml2obj/obj2yaml] - Add support for SHT_LLVM_ADDRSIG 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 | 27 ++- lib/ObjectYAML/ELFEmitter.cpp | 30 +++ lib/ObjectYAML/ELFYAML.cpp | 37 ++++ test/tools/llvm-readobj/elf-section-types.test | 1 + test/tools/obj2yaml/elf-llvm-addrsig-section.yaml | 98 ++++++++++ test/tools/yaml2obj/elf-llvm-addrsig-section.yaml | 213 ++++++++++++++++++++++ tools/obj2yaml/elf2yaml.cpp | 74 +++++++- 7 files changed, 469 insertions(+), 11 deletions(-) create mode 100644 test/tools/obj2yaml/elf-llvm-addrsig-section.yaml create mode 100644 test/tools/yaml2obj/elf-llvm-addrsig-section.yaml