[libFuzzer] change the way trace-based mutations are applied. Instead of a custom...
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
index 6d98f66ef9c1676456a1b36e8c99362d44287343..977efb76922bf8fdf96d1d26b17cee5c17dbe4ff 100644 (file)
@@ -56,10 +56,6 @@ FUZZER_FLAG_INT(report_slow_units, 10,
 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"
-                               "trace-based-mutations (tbm)")
 FUZZER_FLAG_STRING(test_single_input, "Use specified file as test input.")
 FUZZER_FLAG_STRING(artifact_prefix, "Write fuzzing artifacts (crash, "
                                     "timeout, or slow inputs) as "