This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cd789d8cfe1 Add a linker script to version LLVM symbols new b662731542a [libFuzzer] experimental option -cleanse_crash: tries to re [...] new c2c171286cf Fix an unused variable error in rL300494. new 2e4163e54d5 [SCEV] Fix another unused variable warning in release builds.
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/Analysis/ScalarEvolution.cpp | 2 + lib/Fuzzer/FuzzerDriver.cpp | 63 ++++++++++++++++++++++ lib/Fuzzer/FuzzerFlags.def | 2 + lib/Fuzzer/test/CMakeLists.txt | 1 + .../{SingleByteInputTest.cpp => CleanseTest.cpp} | 9 ++-- lib/Fuzzer/test/cleanse.test | 3 ++ 6 files changed, 75 insertions(+), 5 deletions(-) copy lib/Fuzzer/test/{SingleByteInputTest.cpp => CleanseTest.cpp} (56%) create mode 100644 lib/Fuzzer/test/cleanse.test