This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c38aa928604 [llvm-readobj] Don't abort printing of dynamic table if str [...] new 1fe6ca4d2c4 [yaml2obj] - Allow setting custom section types for implici [...]
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: .../Inputs/wrong-shstrtab-type.elf-x86-64 | Bin 541 -> 0 bytes .../llvm-readobj/elf-wrong-shstrtab-type.test | 21 +++++-- test/tools/yaml2obj/elf-symtab-shinfo.yaml | 20 +++--- test/tools/yaml2obj/elf-symtab-shtype.yaml | 20 +++--- test/tools/yaml2obj/explicit-dynsym-no-dynstr.yaml | 2 +- test/tools/yaml2obj/implicit-sections-types.test | 69 +++++++++++++++++++++ tools/yaml2obj/yaml2elf.cpp | 8 ++- 7 files changed, 111 insertions(+), 29 deletions(-) delete mode 100644 test/tools/llvm-readobj/Inputs/wrong-shstrtab-type.elf-x86-64 create mode 100644 test/tools/yaml2obj/implicit-sections-types.test