diff options
| author | Kostya Serebryany <kcc@google.com> | 2017-08-25 20:09:25 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2017-08-25 20:09:25 +0000 |
| commit | 2eef816e6e5d8a45da77ba8f9df49ed372672585 (patch) | |
| tree | e44522292370bfbba72bebbbf1a74d6e98b3c385 /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 1dbb7578fffa65ab1ee52be04b1ed30f530d8b0a (diff) | |
| download | bcm5719-llvm-2eef816e6e5d8a45da77ba8f9df49ed372672585.tar.gz bcm5719-llvm-2eef816e6e5d8a45da77ba8f9df49ed372672585.zip | |
[libFuzzer] add -print_funcs=1 (on bey default): print newly discovered functions during fuzzing
llvm-svn: 311797
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerOptions.h')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerOptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerOptions.h b/compiler-rt/lib/fuzzer/FuzzerOptions.h index 9500235e2b1..d387242097d 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -47,6 +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; bool PrintFinalStats = false; bool PrintCorpusStats = false; bool PrintCoverage = false; |

