This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5af7a5a89bc [DebugInfo] Allow creation of DBG_VALUEs in blocks where th [...] new 5b52c80133a [elfabi] Add support for reading DT_SONAME from binaries
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: test/tools/llvm-elfabi/binary-read-add-soname.test | 48 ++++++++ test/tools/llvm-elfabi/binary-read-arch.test | 34 +++++- test/tools/llvm-elfabi/binary-read-bad-soname.test | 44 +++++++ test/tools/llvm-elfabi/binary-read-bad-vaddr.test | 44 +++++++ .../tools/llvm-elfabi/binary-read-no-dt-strsz.test | 43 +++++++ .../llvm-elfabi/binary-read-no-dt-strtab.test | 42 +++++++ test/tools/llvm-elfabi/binary-read-no-dynamic.test | 11 ++ .../llvm-elfabi/binary-read-replace-soname.test | 48 ++++++++ .../llvm-elfabi/binary-read-soname-no-null.test | 45 +++++++ test/tools/llvm-elfabi/binary-read-soname.test | 50 ++++++++ test/tools/llvm-elfabi/replace-soname-tbe.test | 16 --- tools/llvm-elfabi/ELFObjHandler.cpp | 132 ++++++++++++++++++++- 12 files changed, 537 insertions(+), 20 deletions(-) create mode 100644 test/tools/llvm-elfabi/binary-read-add-soname.test create mode 100644 test/tools/llvm-elfabi/binary-read-bad-soname.test create mode 100644 test/tools/llvm-elfabi/binary-read-bad-vaddr.test create mode 100644 test/tools/llvm-elfabi/binary-read-no-dt-strsz.test create mode 100644 test/tools/llvm-elfabi/binary-read-no-dt-strtab.test create mode 100644 test/tools/llvm-elfabi/binary-read-no-dynamic.test create mode 100644 test/tools/llvm-elfabi/binary-read-replace-soname.test create mode 100644 test/tools/llvm-elfabi/binary-read-soname-no-null.test create mode 100644 test/tools/llvm-elfabi/binary-read-soname.test delete mode 100644 test/tools/llvm-elfabi/replace-soname-tbe.test