[libFuzzer] add a flag -exact_artifact_path
[oota-llvm.git] / lib / Fuzzer / FuzzerInternal.h
index 9d1849f210fc150bdf2900707922ce6d0ce736c8..2c382b2ef31429a065b232c75a369f2a5965f7dd 100644 (file)
@@ -94,6 +94,7 @@ class Fuzzer {
     std::string OutputCorpus;
     std::string SyncCommand;
     std::string ArtifactPrefix = "./";
+    std::string ExactArtifactPath;
     bool SaveArtifacts = true;
     bool PrintNEW = true;  // Print a status line when new units are found;
     bool OutputCSV = false;