This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23d90fc [libFuzzer] docs: separate section for fuzz target new 964532c [InstCombine] add vector tests for foldSPFofSPF to show missi [...] new 60923f3 Another additional error check for invalid Mach-O files for t [...]
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: include/llvm/Support/MachO.def | 10 +++++++ include/llvm/Support/MachO.h | 15 ++++++++++ lib/Object/MachOObjectFile.cpp | 26 ++++++++++++++++ test/Object/Inputs/macho-invalid-fvmfile-obsolete | Bin 0 -> 44 bytes test/Object/Inputs/macho-invalid-ident-obsolete | Bin 0 -> 36 bytes test/Object/Inputs/macho-invalid-idfvmlib-obsolete | Bin 0 -> 48 bytes .../Inputs/macho-invalid-loadfvmlib-obsolete | Bin 0 -> 48 bytes .../Inputs/macho-invalid-prebind_cksum-obsolete | Bin 0 -> 40 bytes .../Inputs/macho-invalid-prebound_dylib-obsolete | Bin 0 -> 48 bytes test/Object/Inputs/macho-invalid-prepage-obsolete | Bin 0 -> 44 bytes test/Object/Inputs/macho-invalid-symseg-obsolete | Bin 0 -> 44 bytes test/Object/macho-invalid.test | 24 +++++++++++++++ test/Transforms/InstCombine/select.ll | 33 +++++++++++++++++++++ 13 files changed, 108 insertions(+) create mode 100644 test/Object/Inputs/macho-invalid-fvmfile-obsolete create mode 100644 test/Object/Inputs/macho-invalid-ident-obsolete create mode 100644 test/Object/Inputs/macho-invalid-idfvmlib-obsolete create mode 100644 test/Object/Inputs/macho-invalid-loadfvmlib-obsolete create mode 100644 test/Object/Inputs/macho-invalid-prebind_cksum-obsolete create mode 100644 test/Object/Inputs/macho-invalid-prebound_dylib-obsolete create mode 100644 test/Object/Inputs/macho-invalid-prepage-obsolete create mode 100644 test/Object/Inputs/macho-invalid-symseg-obsolete