diff options
author | Kostya Serebryany <kcc@google.com> | 2017-04-19 21:34:58 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-04-19 21:34:58 +0000 |
commit | a9e6cb8633e4b180b5af415a793310b678c35fb0 (patch) | |
tree | b23dd5a85333df8af07092f3eca001f847aa4068 /llvm/lib/Fuzzer/FuzzerOptions.h | |
parent | 1c0e9e98c0eac5c1da1cc3286026d60388c750b7 (diff) | |
download | bcm5719-llvm-a9e6cb8633e4b180b5af415a793310b678c35fb0.tar.gz bcm5719-llvm-a9e6cb8633e4b180b5af415a793310b678c35fb0.zip |
[libFuzzer] remove -output_csv option. It duplicates the default output and got out of sync
llvm-svn: 300768
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerOptions.h')
-rw-r--r-- | llvm/lib/Fuzzer/FuzzerOptions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerOptions.h b/llvm/lib/Fuzzer/FuzzerOptions.h index 872def0326f..b1366789be0 100644 --- a/llvm/lib/Fuzzer/FuzzerOptions.h +++ b/llvm/lib/Fuzzer/FuzzerOptions.h @@ -45,7 +45,6 @@ struct FuzzingOptions { std::string ExitOnItem; bool SaveArtifacts = true; bool PrintNEW = true; // Print a status line when new units are found; - bool OutputCSV = false; bool PrintNewCovPcs = false; bool PrintFinalStats = false; bool PrintCorpusStats = false; |