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 2188fd227 tsan: update check_analyze.sh new 6e85a0356 [libFuzzer] move the implementation of the fork mode into a s [...]
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/CMakeLists.txt | 2 + lib/fuzzer/FuzzerDriver.cpp | 95 ++------------------------------- lib/fuzzer/FuzzerFork.cpp | 127 ++++++++++++++++++++++++++++++++++++++++++++ lib/fuzzer/FuzzerFork.h | 24 +++++++++ lib/fuzzer/FuzzerIO.cpp | 8 ++- lib/fuzzer/FuzzerIO.h | 2 + 6 files changed, 165 insertions(+), 93 deletions(-) create mode 100644 lib/fuzzer/FuzzerFork.cpp create mode 100644 lib/fuzzer/FuzzerFork.h