[fuzzer] add -runs=N to limit the number of runs per session. Also, make sure we...
authorKostya Serebryany <kcc@google.com>
Wed, 4 Feb 2015 22:20:09 +0000 (22:20 +0000)
committerKostya Serebryany <kcc@google.com>
Wed, 4 Feb 2015 22:20:09 +0000 (22:20 +0000)
commit46c638cfc877176752dbf94e016d6ea0fc8afe76
tree814c76733d497f09f8beb544159ecc99c3583b51
parent8054a41a2744255c2d0a10505f508d5ee1352c17
[fuzzer] add -runs=N to limit the number of runs per session. Also, make sure we do some mutations w/o cross over.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228214 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Fuzzer/FuzzerFlags.def
lib/Fuzzer/FuzzerInternal.h
lib/Fuzzer/FuzzerLoop.cpp
lib/Fuzzer/FuzzerMain.cpp