diff options
| author | Kostya Serebryany <kcc@google.com> | 2018-05-21 19:47:00 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2018-05-21 19:47:00 +0000 |
| commit | 69c2b71a5183fe7aa44f5caa9a192cb80ac05a59 (patch) | |
| tree | dcac556eadc18157d3480e6ff1cc5483fa23342c /compiler-rt/lib/fuzzer/FuzzerOptions.h | |
| parent | 63062d9d0f734736e707ede5f828f3690d5ef0e7 (diff) | |
| download | bcm5719-llvm-69c2b71a5183fe7aa44f5caa9a192cb80ac05a59.tar.gz bcm5719-llvm-69c2b71a5183fe7aa44f5caa9a192cb80ac05a59.zip | |
[libFuzzer] reinstate -dump_coverage, which is still in use (reverts r332036)
llvm-svn: 332876
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 0c51d9e3946..946f0b9d60b 100644 --- a/compiler-rt/lib/fuzzer/FuzzerOptions.h +++ b/compiler-rt/lib/fuzzer/FuzzerOptions.h @@ -53,6 +53,7 @@ struct FuzzingOptions { bool PrintFinalStats = false; bool PrintCorpusStats = false; bool PrintCoverage = false; + bool DumpCoverage = false; bool DetectLeaks = true; int PurgeAllocatorIntervalSec = 1; int UseFeatureFrequency = false; |

