summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerInternal.h
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-03-01 22:33:14 +0000
committerKostya Serebryany <kcc@google.com>2016-03-01 22:33:14 +0000
commit3d95dd9149286b37aa97a0d9fab7e72ebb3f4059 (patch)
tree69b3fdb978ce6cee1a9caee635d410796be1f04a /llvm/lib/Fuzzer/FuzzerInternal.h
parentf72dbc101c53652cf6a3381df54b7225bd8d6401 (diff)
downloadbcm5719-llvm-3d95dd9149286b37aa97a0d9fab7e72ebb3f4059.tar.gz
bcm5719-llvm-3d95dd9149286b37aa97a0d9fab7e72ebb3f4059.zip
[libFuzzer] deprecate exit_on_first flag
llvm-svn: 262417
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerInternal.h')
-rw-r--r--llvm/lib/Fuzzer/FuzzerInternal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerInternal.h b/llvm/lib/Fuzzer/FuzzerInternal.h
index 9b9a5546212..5d66040b0a3 100644
--- a/llvm/lib/Fuzzer/FuzzerInternal.h
+++ b/llvm/lib/Fuzzer/FuzzerInternal.h
@@ -281,7 +281,6 @@ public:
int MaxTotalTimeSec = 0;
bool DoCrossOver = true;
int MutateDepth = 5;
- bool ExitOnFirst = false;
bool UseCounters = false;
bool UseIndirCalls = true;
bool UseTraces = false;
OpenPOWER on IntegriCloud