This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7866b10305 [GlobalOpt] Simplify __cxa_atexit elimination new 0993cc83b86 [yaml2obj][obj2yaml] - Add support for dumping/parsing .dyn [...]
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 | 29 +++ lib/ObjectYAML/ELFYAML.cpp | 46 ++++ test/tools/llvm-elfabi/binary-read-add-soname.test | 20 +- test/tools/llvm-elfabi/binary-read-arch.test | 20 +- test/tools/llvm-elfabi/binary-read-bad-soname.test | 23 +- test/tools/llvm-elfabi/binary-read-bad-vaddr.test | 23 +- .../binary-read-neededlibs-bad-offset.test | 27 ++- test/tools/llvm-elfabi/binary-read-neededlibs.test | 27 ++- .../tools/llvm-elfabi/binary-read-no-dt-strsz.test | 14 +- .../llvm-elfabi/binary-read-no-dt-strtab.test | 14 +- .../llvm-elfabi/binary-read-replace-soname.test | 23 +- .../llvm-elfabi/binary-read-soname-no-null.test | 23 +- test/tools/llvm-elfabi/binary-read-soname.test | 23 +- .../private-headers-no-dynamic-segment.test | 61 ++++- test/tools/llvm-readobj/demangle.test | 39 ++-- test/tools/llvm-readobj/gnu-hash-symbols.test | 30 ++- test/tools/obj2yaml/dynamic-section.test | 248 +++++++++++++++++++++ tools/obj2yaml/elf2yaml.cpp | 28 ++- tools/yaml2obj/yaml2elf.cpp | 30 ++- 19 files changed, 623 insertions(+), 125 deletions(-) create mode 100644 test/tools/obj2yaml/dynamic-section.test