This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a7bfb15 DCE math library calls with a constant operand. new fade6c2 [RuntimeDyld] Move an X86 only test to the correct directory. new 4b3270e Add the rest of the additional error checks for invalid Mach- [...]
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: lib/Object/MachOObjectFile.cpp | 122 +++++++++++++++++---- .../{MCJIT => RuntimeDyld/X86}/coff-alignment.ll | 0 test/Object/Inputs/macho-invalid-bind-overlap | Bin 0 -> 240 bytes test/Object/Inputs/macho-invalid-codesig-overlap | Bin 0 -> 80 bytes test/Object/Inputs/macho-invalid-export-overlap | Bin 0 -> 240 bytes .../Object/Inputs/macho-invalid-extrefsyms-overlap | Bin 0 -> 400 bytes test/Object/Inputs/macho-invalid-extreloff-overlap | Bin 0 -> 476 bytes test/Object/Inputs/macho-invalid-hints-overlap | Bin 0 -> 140 bytes .../Inputs/macho-invalid-indirectsyms-overlap | Bin 0 -> 476 bytes test/Object/Inputs/macho-invalid-lazy_bind-overlap | Bin 0 -> 240 bytes test/Object/Inputs/macho-invalid-locreloff-overlap | Bin 0 -> 484 bytes test/Object/Inputs/macho-invalid-modtab-overlap | Bin 0 -> 400 bytes test/Object/Inputs/macho-invalid-rebase-overlap | Bin 0 -> 240 bytes test/Object/Inputs/macho-invalid-reloc-overlap | Bin 0 -> 244 bytes test/Object/Inputs/macho-invalid-section-overlap | Bin 0 -> 236 bytes test/Object/Inputs/macho-invalid-toc-overlap | Bin 0 -> 400 bytes test/Object/Inputs/macho-invalid-weak_bind-overlap | Bin 0 -> 240 bytes test/Object/macho-invalid.test | 45 ++++++++ test/tools/llvm-objdump/X86/malformed-machos.test | 18 +-- 19 files changed, 157 insertions(+), 28 deletions(-) rename test/ExecutionEngine/{MCJIT => RuntimeDyld/X86}/coff-alignment.ll (100%) create mode 100644 test/Object/Inputs/macho-invalid-bind-overlap create mode 100644 test/Object/Inputs/macho-invalid-codesig-overlap create mode 100644 test/Object/Inputs/macho-invalid-export-overlap create mode 100644 test/Object/Inputs/macho-invalid-extrefsyms-overlap create mode 100644 test/Object/Inputs/macho-invalid-extreloff-overlap create mode 100644 test/Object/Inputs/macho-invalid-hints-overlap create mode 100644 test/Object/Inputs/macho-invalid-indirectsyms-overlap create mode 100644 test/Object/Inputs/macho-invalid-lazy_bind-overlap create mode 100644 test/Object/Inputs/macho-invalid-locreloff-overlap create mode 100644 test/Object/Inputs/macho-invalid-modtab-overlap create mode 100644 test/Object/Inputs/macho-invalid-rebase-overlap create mode 100644 test/Object/Inputs/macho-invalid-reloc-overlap create mode 100644 test/Object/Inputs/macho-invalid-section-overlap create mode 100644 test/Object/Inputs/macho-invalid-toc-overlap create mode 100644 test/Object/Inputs/macho-invalid-weak_bind-overlap