summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/fuzzer/FuzzerOptions.h
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-07-09 22:31:26 +0000
committerMatt Morehouse <mascasa@google.com>2018-07-09 22:31:26 +0000
commita5bb6d53f2f4016a335e8dee310e76493ef3b825 (patch)
tree34fd74ad4eccd869f384e71aa19ae76004eea448 /compiler-rt/lib/fuzzer/FuzzerOptions.h
parentfed7382ef695ae81769620dbeee74a058615e148 (diff)
downloadbcm5719-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/FuzzerOptions.h')
-rw-r--r--compiler-rt/lib/fuzzer/FuzzerOptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h
index 019dc6fca3e..ab90df82a63 100644
--- a/compiler-rt/lib/fuzzer/FuzzerOptions.h
+++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h
@@ -52,7 +52,6 @@ struct FuzzingOptions {
bool PrintNewCovPcs = false;
int PrintNewCovFuncs = 0;
bool PrintFinalStats = false;
- bool PrintMutationStats = false;
bool PrintCorpusStats = false;
bool PrintCoverage = false;
bool DumpCoverage = false;
OpenPOWER on IntegriCloud