This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8b351cd [libFuzzer] Portable implementation of `IsInterestingCoverage [...] new 55c1906 [libFuzzer] Portably disassemble and find calls to sanitizer_ [...] new 8f08df7 [libFuzzer] Consider both possible separators for tests. new 6820da1 [libFuzzer] Fix ListFilesInDirRecursive() to do the same for [...] new 3bd9b31 [libFuzzer] Remove lib prefix from library names on tests. new ed3dca0 [libFuzzer] Avoid undefined behavior, properly discard output [...] new 44ad5c2 [libFuzzer] Fix OutOfMemory tests to work on 32 bits. new 9c2ee32 [libFuzzer] Leak Sanitizer is not supported for Windows. new 61d2c04 [libFuzzer] AlrmHandler is executed in a different thread for [...]
The 8 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/FuzzerIO.cpp | 4 ++-- lib/Fuzzer/FuzzerIO.h | 2 ++ lib/Fuzzer/FuzzerIOPosix.cpp | 8 ++++++++ lib/Fuzzer/FuzzerIOWindows.cpp | 14 ++++++++++++-- lib/Fuzzer/FuzzerLoop.cpp | 3 +++ lib/Fuzzer/FuzzerTracePC.cpp | 9 +++++++-- lib/Fuzzer/FuzzerUtil.h | 4 ++++ lib/Fuzzer/FuzzerUtilPosix.cpp | 8 ++++++++ lib/Fuzzer/FuzzerUtilWindows.cpp | 14 ++++++++++++++ lib/Fuzzer/test/CMakeLists.txt | 6 +++--- lib/Fuzzer/test/OutOfMemorySingleLargeMallocTest.cpp | 2 +- lib/Fuzzer/test/coverage.test | 2 +- lib/Fuzzer/test/dump_coverage.test | 4 ++-- lib/Fuzzer/test/fuzzer-oom.test | 4 ++-- 14 files changed, 69 insertions(+), 15 deletions(-)