This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6224e33 Update Compiler.h to fail fast when building with MSVC 2013 new 04e3307 Next set of additional error checks for invalid Mach-O files [...]
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/Support/MachO.h | 175 +++++++++++++++++++++ lib/Object/MachOObjectFile.cpp | 113 +++++++++++++ .../Inputs/macho-invalid-thread-count-pastend | Bin 0 -> 40 bytes .../Object/Inputs/macho-invalid-thread-count-wrong | Bin 0 -> 48 bytes .../Inputs/macho-invalid-thread-flavor-unknown | Bin 0 -> 48 bytes .../Inputs/macho-invalid-thread-state-pastend | Bin 0 -> 48 bytes .../Inputs/macho-invalid-thread-unknown-cputype | Bin 0 -> 48 bytes .../Inputs/macho-invalid-unixthread-more-than-one | Bin 0 -> 396 bytes test/Object/macho-invalid.test | 18 +++ 9 files changed, 306 insertions(+) create mode 100644 test/Object/Inputs/macho-invalid-thread-count-pastend create mode 100644 test/Object/Inputs/macho-invalid-thread-count-wrong create mode 100644 test/Object/Inputs/macho-invalid-thread-flavor-unknown create mode 100644 test/Object/Inputs/macho-invalid-thread-state-pastend create mode 100644 test/Object/Inputs/macho-invalid-thread-unknown-cputype create mode 100644 test/Object/Inputs/macho-invalid-unixthread-more-than-one