summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/FuzzerFlags.def
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2015-09-08 17:43:51 +0000
committerKostya Serebryany <kcc@google.com>2015-09-08 17:43:51 +0000
commitb06fae5ede99befeae069061b65c464aae8e05e4 (patch)
tree66c038a907789974042abda979752234c34b2172 /llvm/lib/Fuzzer/FuzzerFlags.def
parent5f55387251489986195f60972ce56fcd08b06953 (diff)
downloadbcm5719-llvm-b06fae5ede99befeae069061b65c464aae8e05e4.tar.gz
bcm5719-llvm-b06fae5ede99befeae069061b65c464aae8e05e4.zip
[libFuzzer] better documentatio for -save_minimized_corpus=1
llvm-svn: 247033
Diffstat (limited to 'llvm/lib/Fuzzer/FuzzerFlags.def')
-rw-r--r--llvm/lib/Fuzzer/FuzzerFlags.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Fuzzer/FuzzerFlags.def b/llvm/lib/Fuzzer/FuzzerFlags.def
index 1a6cb6333a7..824c9f1b912 100644
--- a/llvm/lib/Fuzzer/FuzzerFlags.def
+++ b/llvm/lib/Fuzzer/FuzzerFlags.def
@@ -31,7 +31,8 @@ FUZZER_FLAG_INT(
FUZZER_FLAG_INT(help, 0, "Print help.")
FUZZER_FLAG_INT(
save_minimized_corpus, 0,
- "If 1, the minimized corpus is saved into the first input directory")
+ "If 1, the minimized corpus is saved into the first input directory. "
+ "Example: ./fuzzer -save_minimized_corpus=1 NEW_EMPTY_DIR OLD_CORPUS")
FUZZER_FLAG_INT(use_counters, 1, "Use coverage counters")
FUZZER_FLAG_INT(use_traces, 0, "Experimental: use instruction traces")
FUZZER_FLAG_INT(use_full_coverage_set, 0,
OpenPOWER on IntegriCloud