output_csv libfuzzer option
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 7cb78fd91eeb2a32701956d0c876cbea65f4ef89..9d1849f210fc150bdf2900707922ce6d0ce736c8 100644 (file)
@@ -96,6 +96,7 @@ class Fuzzer {
     std::string ArtifactPrefix = "./";
     bool SaveArtifacts = true;
     bool PrintNEW = true;  // Print a status line when new units are found;
+    bool OutputCSV = false;
   };
   Fuzzer(UserSuppliedFuzzer &USF, FuzzingOptions Options);
   void AddToCorpus(const Unit &U) { Corpus.push_back(U); }