summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-10-17 04:38:26 +0000
committerKostya Serebryany <kcc@google.com>2015-10-17 04:38:26 +0000
commitfed509e73d09f1f082db6ed51564cc5f241cc4be (patch)
tree50d15238b120a97dda3f385c2d18b3557f4c2f8a /llvm/lib/Fuzzer/FuzzerInternal.h
parent3acf5fdd885e37708e79b13bf5b8cd58c0df2265 (diff)
downloadbcm5719-llvm-fed509e73d09f1f082db6ed51564cc5f241cc4be.tar.gz
bcm5719-llvm-fed509e73d09f1f082db6ed51564cc5f241cc4be.zip
[libFuzzer] add -shuffle flag
llvm-svn: 250603
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerInternal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h
index a720adb21e4..7391e5ff0bd 100644
--- a/llvm/lib/Fuzzer/FuzzerInternal.h
+++ b/llvm/lib/Fuzzer/FuzzerInternal.h
@@ -82,6 +82,7 @@ class Fuzzer {
bool UseTraces = false;
bool UseFullCoverageSet = false;
bool Reload = true;
+ bool ShuffleAtStartUp = true;
int PreferSmallDuringInitialShuffle = -1;
size_t MaxNumberOfRuns = ULONG_MAX;
int SyncTimeout = 600;
OpenPOWER on IntegriCloud