summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerOptions.h
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2016-12-17 12:27:49 +0000
committerDaniel Jasper <djasper@google.com>2016-12-17 12:27:49 +0000
commitfa1030e40b5febfd41af64e1a4114792b91e4bbc (patch)
tree156493dda1a649ede7338d88166d36667041f64e /llvm/lib/Fuzzer/FuzzerOptions.h
parent607fa711b2c9023daea909b539322250a79dec8a (diff)
downloadbcm5719-llvm-fa1030e40b5febfd41af64e1a4114792b91e4bbc.tar.gz
bcm5719-llvm-fa1030e40b5febfd41af64e1a4114792b91e4bbc.zip
Revert "[libFuzzer] add an experimental flag -experimental_len_control=1 that sets max_len to 1M and tries to increases the actual max sizes of mutations very gradually. Also remove a bit of dead code"
This reverts commit r289998. See comment: https://reviews.llvm.org/rL289998 llvm-svn: 290043
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerOptions.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerOptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h
index 1f6167326d2..f1cd4935be9 100644
--- a/llvm/lib/Fuzzer/FuzzerOptions.h
+++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -19,7 +19,6 @@ namespace fuzzer {
struct FuzzingOptions {
int Verbosity = 1;
size_t MaxLen = 0;
- bool ExperimentalLenControl = false;
int UnitTimeoutSec = 300;
int TimeoutExitCode = 77;
int ErrorExitCode = 77;
OpenPOWER on IntegriCloud