This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7b6b980 Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch new 2431dc2 Add error checking for Mach-O universal 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: lib/Object/MachOUniversal.cpp | 73 +++++++++++++++++++-- test/Object/Inputs/macho-invalid-fat-arch-badalign | Bin 0 -> 56 bytes test/Object/Inputs/macho-invalid-fat-arch-bigalign | Bin 0 -> 56 bytes test/Object/Inputs/macho-invalid-fat-arch-overlap | Bin 0 -> 104 bytes .../Inputs/macho-invalid-fat-arch-overlapheaders | Bin 0 -> 104 bytes test/Object/Inputs/macho-invalid-fat-arch-size | Bin 0 -> 56 bytes test/Object/Inputs/macho-invalid-fat-arch-twosame | Bin 0 -> 104 bytes test/Object/Inputs/macho-invalid-fat-header | Bin 0 -> 8 bytes test/Object/macho-invalid.test | 21 ++++++ 9 files changed, 88 insertions(+), 6 deletions(-) create mode 100644 test/Object/Inputs/macho-invalid-fat-arch-badalign create mode 100644 test/Object/Inputs/macho-invalid-fat-arch-bigalign create mode 100644 test/Object/Inputs/macho-invalid-fat-arch-overlap create mode 100644 test/Object/Inputs/macho-invalid-fat-arch-overlapheaders create mode 100644 test/Object/Inputs/macho-invalid-fat-arch-size create mode 100644 test/Object/Inputs/macho-invalid-fat-arch-twosame create mode 100644 test/Object/Inputs/macho-invalid-fat-header