This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from 9e2f5fb03 [sanitizer] Don't compile GetPathAssumingFileIsRelativeToExec [...] new 57bf24003 [libFuzzer] teach the fork mode to ignore OOMs and timeouts
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/fuzzer/FuzzerDriver.cpp | 8 ++++++++ lib/fuzzer/FuzzerFlags.def | 2 ++ lib/fuzzer/FuzzerMerge.cpp | 6 ------ lib/fuzzer/FuzzerOptions.h | 2 ++ test/fuzzer/ShallowOOMDeepCrash.cpp | 22 ++++++++++++++++++++++ test/fuzzer/fork.test | 15 +++++++++++++-- test/fuzzer/merge.test | 3 --- 7 files changed, 47 insertions(+), 11 deletions(-) create mode 100644 test/fuzzer/ShallowOOMDeepCrash.cpp