This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a19270c regenerate checks new 22dd3bb [libFuzzer] simplify FuzzerInterface.h new 44171a4 regenerate checks and add a run to show missed shrinkage new 909ee84 [libFuzzer] print the file name before executing the input so [...]
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/Fuzzer/CMakeLists.txt | 1 - lib/Fuzzer/FuzzerDriver.cpp | 3 +- lib/Fuzzer/FuzzerInterface.cpp | 20 ------ lib/Fuzzer/FuzzerInterface.h | 82 +++++++++-------------- lib/Fuzzer/FuzzerInternal.h | 4 ++ lib/Fuzzer/FuzzerLoop.cpp | 13 ++-- lib/Fuzzer/test/CustomMutatorTest.cpp | 2 +- lib/Fuzzer/test/fuzzer.test | 4 +- test/Transforms/InstCombine/narrow-switch.ll | 99 +++++++++++++++++----------- 9 files changed, 109 insertions(+), 119 deletions(-) delete mode 100644 lib/Fuzzer/FuzzerInterface.cpp