diff options
| author | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:24:39 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2018-05-10 20:24:39 +0000 |
| commit | d80e821646a15eeb72395f13a321c6b5df79e015 (patch) | |
| tree | 8871477010788a4a26d87f0332474fa8a617c5ef /compiler-rt/lib/fuzzer/FuzzerLoop.cpp | |
| parent | 9788e60736b3ea72a493ce9cfb058e540d9c50af (diff) | |
| download | bcm5719-llvm-d80e821646a15eeb72395f13a321c6b5df79e015.tar.gz bcm5719-llvm-d80e821646a15eeb72395f13a321c6b5df79e015.zip | |
[libFuzzer] remove the dump_coverage flag, it hasn't been working with the inline sanitizer coverage anyway
llvm-svn: 332036
Diffstat (limited to 'compiler-rt/lib/fuzzer/FuzzerLoop.cpp')
| -rw-r--r-- | compiler-rt/lib/fuzzer/FuzzerLoop.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp index 41acb5a9527..dfa6cf38b1f 100644 --- a/compiler-rt/lib/fuzzer/FuzzerLoop.cpp +++ b/compiler-rt/lib/fuzzer/FuzzerLoop.cpp @@ -347,8 +347,6 @@ void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) { void Fuzzer::PrintFinalStats() { if (Options.PrintCoverage) TPC.PrintCoverage(); - if (Options.DumpCoverage) - TPC.DumpCoverage(); if (Options.PrintCorpusStats) Corpus.PrintStats(); if (!Options.PrintFinalStats) |

