commit | 29bb6640759f55a7092963dca3ef0287a9f5d140 | [log] [tgz] |
---|---|---|
author | Kostya Serebryany <kcc@google.com> | Wed Sep 21 22:42:17 2016 +0000 |
committer | Kostya Serebryany <kcc@google.com> | Wed Sep 21 22:42:17 2016 +0000 |
tree | 6ed23cf0c51af0d35971870baf7f6b28980e8247 | |
parent | 0509203952fa0e6c1073dab2d9cce1e3beabab9f [diff] [blame] |
[libFuzzer] add stats to the corpus; more refactoring llvm-svn: 282121
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h index fc8141c..2c09706 100644 --- a/llvm/lib/Fuzzer/FuzzerOptions.h +++ b/llvm/lib/Fuzzer/FuzzerOptions.h
@@ -45,6 +45,7 @@ bool OutputCSV = false; bool PrintNewCovPcs = false; bool PrintFinalStats = false; + bool PrintCorpusStats = false; bool PrintCoverage = false; bool DetectLeaks = true; bool PruneCorpus = true;