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 c483d54d4 Revert new ThinLTO ASAN test until lit support added new 5646b9ef2 [libFuzzer] handle SIGUSR1/SIGUSR2 and try to exit grafully o [...]
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 | 2 ++ lib/fuzzer/FuzzerFlags.def | 2 ++ lib/fuzzer/FuzzerInternal.h | 4 +++ lib/fuzzer/FuzzerLoop.cpp | 14 +++++++++++ lib/fuzzer/FuzzerMerge.cpp | 2 ++ lib/fuzzer/FuzzerOptions.h | 2 ++ lib/fuzzer/FuzzerUtilPosix.cpp | 8 ++++++ .../{LeakTest.cpp => SleepOneSecondTest.cpp} | 10 +++----- test/fuzzer/sigusr.test | 29 ++++++++++++++++++++++ 9 files changed, 66 insertions(+), 7 deletions(-) copy test/fuzzer/{LeakTest.cpp => SleepOneSecondTest.cpp} (64%) create mode 100644 test/fuzzer/sigusr.test