[libFuzzer] add -only_ascii flag
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
index ac3ac6ef3f8f404f23eddd17142153bd58d17ba9..91aff99f0455ca4e93b1e9943473fa17d4be07d0 100644 (file)
@@ -60,3 +60,5 @@ FUZZER_FLAG_STRING(sync_command, "Execute an external command "
 FUZZER_FLAG_INT(sync_timeout, 600, "Minimum timeout between syncs.")
 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.")