[libFuzzer] adding a parser for AFL-style dictionaries + tests.
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
index 534c867b8e241ad4a070f163f576fa4122feb2ab..ea47565f8926573be3a2ac7650bfb1423dc2b891 100644 (file)
@@ -63,6 +63,7 @@ FUZZER_FLAG_INT(report_slow_units, 10,
     "Report slowest units if they run for more than this number of seconds.")
 FUZZER_FLAG_INT(only_ascii, 0,
                 "If 1, generate only ASCII (isprint+isspace) inputs.")
+FUZZER_FLAG_STRING(dict, "Experimental. Use the dictionary file.")
 FUZZER_FLAG_INT(tbm_depth, 5, "Apply at most this number of consecutive"
                                "trace-based-mutations (tbm).")
 FUZZER_FLAG_INT(tbm_width, 5, "Apply at most this number of independent"