diff options
author | Kostya Serebryany <kcc@google.com> | 2016-03-01 22:33:14 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-03-01 22:33:14 +0000 |
commit | 3d95dd9149286b37aa97a0d9fab7e72ebb3f4059 (patch) | |
tree | 69b3fdb978ce6cee1a9caee635d410796be1f04a /llvm/lib/Fuzzer/FuzzerInternal.h | |
parent | f72dbc101c53652cf6a3381df54b7225bd8d6401 (diff) | |
download | bcm5719-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.h | 1 |
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; |