diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-05-09 19:11:36 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-05-09 19:11:36 +0000 |
| commit | 61b07ac75b4c19d7053516cdfb86ad617e8ed7c6 (patch) | |
| tree | 063d707d1773a72e3242e5339668dfdaa6c271e3 /llvm/lib/Fuzzer | |
| parent | 5eddc2395bb09292c8edc3b5831bb5e127cd56cf (diff) | |
| download | bcm5719-llvm-61b07ac75b4c19d7053516cdfb86ad617e8ed7c6.tar.gz bcm5719-llvm-61b07ac75b4c19d7053516cdfb86ad617e8ed7c6.zip | |
[libFuzzer] better document the -merge=1 flag
llvm-svn: 268957
Diffstat (limited to 'llvm/lib/Fuzzer')
| -rw-r--r-- | llvm/lib/Fuzzer/FuzzerFlags.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def index 1024fa6f82e..a8d5f07344d 100644 --- a/llvm/lib/Fuzzer/FuzzerFlags.def +++ b/llvm/lib/Fuzzer/FuzzerFlags.def @@ -35,7 +35,8 @@ FUZZER_FLAG_INT(max_total_time, 0, "If positive, indicates the maximal total " "time in seconds to run the fuzzer.") FUZZER_FLAG_INT(help, 0, "Print help.") FUZZER_FLAG_INT(merge, 0, "If 1, the 2-nd, 3-rd, etc corpora will be " - "merged into the 1-st corpus. Only interesting units will be taken.") + "merged into the 1-st corpus. Only interesting units will be taken. " + "This flag can be used to minimize a corpus.") FUZZER_FLAG_INT(use_counters, 1, "Use coverage counters") FUZZER_FLAG_INT(use_indir_calls, 1, "Use indirect caller-callee counters") FUZZER_FLAG_INT(use_traces, 0, "Experimental: use instruction traces") |

