[lib/Fuzzer] add a trace-based mutatation logic. Same idea as with DFSan-based mutato...
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
index 1222feb59377881c48f10c705c31bf19fbd2a794..ff74518245f9f6cb6311ced37a9af321c6ce27cc 100644 (file)
@@ -33,6 +33,7 @@ FUZZER_FLAG_INT(
     save_minimized_corpus, 0,
     "If 1, the minimized corpus is saved into the first input directory")
 FUZZER_FLAG_INT(use_counters, 0, "Use coverage counters")
+FUZZER_FLAG_INT(use_traces, 0, "Experimental: use instruction traces")
 FUZZER_FLAG_INT(use_full_coverage_set, 0,
             "Experimental: Maximize the number of different full"
             " coverage sets as opposed to maximizing the total coverage."