This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 79c48fc4538 [ARM] Select VFMA new e78ae1e5b62 [yaml2obj/obj2yaml] - Add a basic support for extended sect [...]
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/Object/ELF.h | 7 +- include/llvm/ObjectYAML/ELFYAML.h | 11 ++ lib/ObjectYAML/ELFEmitter.cpp | 21 +++ lib/ObjectYAML/ELFYAML.cpp | 14 +- test/Object/invalid.test | 5 +- test/tools/llvm-readobj/elf-section-types.test | 3 +- test/tools/obj2yaml/Inputs/shn_xindex.o | Bin 403 -> 0 bytes test/tools/obj2yaml/elf-sht-symtab-shndx.yaml | 189 ++++++++++++++++++++++++ test/tools/obj2yaml/special-symbol-indices.yaml | 7 +- test/tools/yaml2obj/elf-sht-symtab-shndx.yaml | 129 ++++++++++++++++ tools/obj2yaml/elf2yaml.cpp | 71 +++++++-- 11 files changed, 428 insertions(+), 29 deletions(-) delete mode 100644 test/tools/obj2yaml/Inputs/shn_xindex.o create mode 100644 test/tools/obj2yaml/elf-sht-symtab-shndx.yaml create mode 100644 test/tools/yaml2obj/elf-sht-symtab-shndx.yaml