This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f98f357 Remove LLVM_CONFIGTIME, left-overs from when reproducable bui [...] new c681bf5 Next set of additional error checks for invalid Mach-O files [...] new 422655d HAVE_UNWIND_BACKTRACE -> HAVE__UNWIND_BACKTRACE Check for exi [...] new 5a47084 Make HAVE_DECL_ARC4RANDOM always defined. Sort the entry correctly.
The 3 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: cmake/config-ix.cmake | 2 +- include/llvm/Config/config.h.cmake | 9 +++++---- lib/Object/MachOObjectFile.cpp | 12 ++++++++++++ lib/Support/Unix/Process.inc | 4 ++-- lib/Support/Unix/Signals.inc | 8 ++++---- test/Object/Inputs/macho-invalid-entry-bad-size | Bin 0 -> 56 bytes test/Object/Inputs/macho-invalid-entry-more-than-one | Bin 0 -> 76 bytes test/Object/macho-invalid.test | 6 ++++++ 8 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 test/Object/Inputs/macho-invalid-entry-bad-size create mode 100644 test/Object/Inputs/macho-invalid-entry-more-than-one