This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 584dba4 [thinlto] Add cold-callsite import heuristic new efa5482 [sanitizer-coverage/libFuzzer] make the guards for trace-pc 3 [...] new 9b04a40 Next set of additional error checks for invalid Mach-O files [...] new a18c5f6 fix formatting; NFC
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: lib/Fuzzer/FuzzerLoop.cpp | 3 +- lib/Fuzzer/FuzzerTracePC.cpp | 16 +-- lib/Fuzzer/FuzzerTracePC.h | 6 +- lib/Object/MachOObjectFile.cpp | 12 ++ lib/Transforms/InstCombine/InstCombineSelect.cpp | 20 ++- .../Instrumentation/SanitizerCoverage.cpp | 155 ++++++++++++--------- .../SanitizerCoverage/tracing-comdat.ll | 3 +- test/Instrumentation/SanitizerCoverage/tracing.ll | 2 +- test/Object/Inputs/macho-invalid-source-bad-size | Bin 0 -> 48 bytes .../Inputs/macho-invalid-source-more-than-one | Bin 0 -> 60 bytes test/Object/macho-invalid.test | 6 + 11 files changed, 133 insertions(+), 90 deletions(-) create mode 100644 test/Object/Inputs/macho-invalid-source-bad-size create mode 100644 test/Object/Inputs/macho-invalid-source-more-than-one