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 42ff6f1cd [libFuzzer] refactor the handling of instrumentation counters [...] new 3ba2b09f3 [libFuzzer] remove stale code, NFC
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 | 4 -- lib/fuzzer/FuzzerDriver.cpp | 29 ----------- lib/fuzzer/FuzzerFlags.def | 2 - lib/fuzzer/FuzzerInternal.h | 1 - lib/fuzzer/FuzzerLoop.cpp | 35 ------------- lib/fuzzer/FuzzerShmem.h | 68 ------------------------ lib/fuzzer/FuzzerShmemFuchsia.cpp | 37 ------------- lib/fuzzer/FuzzerShmemPosix.cpp | 107 -------------------------------------- lib/fuzzer/FuzzerShmemWindows.cpp | 63 ---------------------- 9 files changed, 346 deletions(-) delete mode 100644 lib/fuzzer/FuzzerShmem.h delete mode 100644 lib/fuzzer/FuzzerShmemFuchsia.cpp delete mode 100644 lib/fuzzer/FuzzerShmemPosix.cpp delete mode 100644 lib/fuzzer/FuzzerShmemWindows.cpp