diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-08-28 22:52:22 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-08-28 22:52:22 +0000 |
| commit | c07008653c109345b1446f27f2ccc72dbfe5da41 (patch) | |
| tree | 81266cbf90c7fea5aab081c4a1bd6a116e8950fb /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 4976d6a0c6d114adb4feb19195af42d0d835870f (diff) | |
| download | bcm5719-llvm-c07008653c109345b1446f27f2ccc72dbfe5da41.tar.gz bcm5719-llvm-c07008653c109345b1446f27f2ccc72dbfe5da41.zip | |
[libFuzzer] allow -print_funcs=N: N is the max number of new covered function printed
llvm-svn: 311945
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index d387242097d..bfac3b685e3 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -47,7 +47,7 @@ struct FuzzingOptions { bool SaveArtifacts = true; bool PrintNEW = true; // Print a status line when new units are found; bool PrintNewCovPcs = false; - bool PrintNewCovFuncs = false; + int PrintNewCovFuncs = 0; bool PrintFinalStats = false; bool PrintCorpusStats = false; bool PrintCoverage = false; |

