diff options
author | Matt Morehouse <mascasa@google.com> | 2018-07-09 22:31:26 +0000 |
---|---|---|
committer | Matt Morehouse <mascasa@google.com> | 2018-07-09 22:31:26 +0000 |
commit | a5bb6d53f2f4016a335e8dee310e76493ef3b825 (patch) | |
tree | 34fd74ad4eccd869f384e71aa19ae76004eea448 /compiler-rt/lib/fuzzer/FuzzerLoop.cpp | |
parent | fed7382ef695ae81769620dbeee74a058615e148 (diff) | |
download | bcm5719-llvm-a5bb6d53f2f4016a335e8dee310e76493ef3b825.tar.gz bcm5719-llvm-a5bb6d53f2f4016a335e8dee310e76493ef3b825.zip |
Revert "[libFuzzer] Mutation tracking and logging implemented"
This reverts r336597 due to bot breakage.
llvm-svn: 336616
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerLoop.cpp')
-rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerLoop.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp index 1a2276fd19b..d412b584ded 100644 --- a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp +++ b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp @@ -355,8 +355,6 @@ void Fuzzer::PrintFinalStats() { TPC.DumpCoverage(); if (Options.PrintCorpusStats) Corpus.PrintStats(); - if (Options.PrintMutationStats) - MD.PrintMutationStats(); if (!Options.PrintFinalStats) return; size_t ExecPerSec = execPerSec(); |