This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9c52409 [GVN] Fold constant expression in GVN. new 323f789 llvm-objdump: handle stubbed and malformed dylibs better
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: .../X86/Inputs/stubbed.dylib.macho-x86_64 | Bin 0 -> 784 bytes .../X86/Inputs/truncated-section.dylib.macho-x86_64} | Bin 4208 -> 4208 bytes test/tools/llvm-objdump/X86/stubbed-dylib.test | 5 +++++ test/tools/llvm-objdump/X86/truncated-section.test | 7 +++++++ tools/llvm-objdump/MachODump.cpp | 14 ++++++++++++-- 5 files changed, 24 insertions(+), 2 deletions(-) create mode 100755 test/tools/llvm-objdump/X86/Inputs/stubbed.dylib.macho-x86_64 copy test/{Object/Inputs/macho-no-exports.dylib => tools/llvm-objdump/X86/Inputs/t [...] create mode 100644 test/tools/llvm-objdump/X86/stubbed-dylib.test create mode 100644 test/tools/llvm-objdump/X86/truncated-section.test