This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 99d381459a8 [ARM] MVE VPT Block Pass new f9750b5becd [llvm-readobj] - Do not fail to dump the object which has w [...] new c38aa928604 [llvm-readobj] Don't abort printing of dynamic table if str [...]
The 2 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/corrupt-invalid-strtab.elf.x86-64 | Bin 1712 -> 0 bytes test/Object/corrupt.test | 7 -- .../Inputs/wrong-shstrtab-type.elf-x86-64 | Bin 0 -> 541 bytes test/tools/llvm-readobj/elf-dynamic-malformed.test | 53 +++++++++--- .../llvm-readobj/elf-wrong-shstrtab-type.test | 11 +++ tools/llvm-readobj/ELFDumper.cpp | 90 +++++++++++++-------- 6 files changed, 113 insertions(+), 48 deletions(-) delete mode 100755 test/Object/Inputs/corrupt-invalid-strtab.elf.x86-64 create mode 100644 test/tools/llvm-readobj/Inputs/wrong-shstrtab-type.elf-x86-64 create mode 100644 test/tools/llvm-readobj/elf-wrong-shstrtab-type.test