summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerOptions.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2017-07-12 22:20:04 +0000
committerKostya Serebryany <kcc@google.com>2017-07-12 22:20:04 +0000
commit1e99d543d232100607418c061edfc249ae310d23 (patch)
tree286ed7be7f37225de61f1e2f6329fdd35f543c9a /llvm/lib/Fuzzer/FuzzerOptions.h
parentcc24851da6b32631746e208789783a71b76457a6 (diff)
downloadbcm5719-llvm-1e99d543d232100607418c061edfc249ae310d23.tar.gz
bcm5719-llvm-1e99d543d232100607418c061edfc249ae310d23.zip
[libFuzzer] refactoring in preparation for -reduce_inputs; NFC intended
llvm-svn: 307857
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerOptions.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerOptions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h
index b1366789be0..9500235e2b1 100644
--- a/llvm/lib/Fuzzer/FuzzerOptions.h
+++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -32,6 +32,7 @@ struct FuzzingOptions {
bool UseCmp = false;
bool UseValueProfile = false;
bool Shrink = false;
+ bool ReduceInputs = false;
int ReloadIntervalSec = 1;
bool ShuffleAtStartUp = true;
bool PreferSmall = true;
OpenPOWER on IntegriCloud