This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7080e068b5c [dwarfdump] Add support for redirecting output to a file new 229871c6966 [obj2yaml] Don't crash for input files without symbol table new fe5f8bde97a [dwarfdump] Fix ambiguous call to make_unique
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: test/tools/obj2yaml/Inputs/crt1.o | Bin 0 -> 2712 bytes test/tools/obj2yaml/missing_symtab.test | 5 +++++ tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 4 ++-- tools/obj2yaml/elf2yaml.cpp | 2 ++ 4 files changed, 9 insertions(+), 2 deletions(-) create mode 100755 test/tools/obj2yaml/Inputs/crt1.o create mode 100644 test/tools/obj2yaml/missing_symtab.test