summaryrefslogtreecommitdiffstats
path: root/llvm/docs
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/docs
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/docs')
-rw-r--r--llvm/docs/LibFuzzer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst
index 519c651bf00..d3e0cb1e310 100644
--- a/llvm/docs/LibFuzzer.rst
+++ b/llvm/docs/LibFuzzer.rst
@@ -61,7 +61,7 @@ The most important flags are::
mutate_depth 5 Apply this number of consecutive mutations to each input.
timeout 1200 Timeout in seconds (if positive). If one unit runs more than this number of seconds the process will abort.
help 0 Print help.
- save_minimized_corpus 0 If 1, the minimized corpus is saved into the first input directory
+ save_minimized_corpus 0 If 1, the minimized corpus is saved into the first input directory. Example: ./fuzzer -save_minimized_corpus=1 NEW_EMPTY_DIR OLD_CORPUS
jobs 0 Number of jobs to run. If jobs >= 1 we spawn this number of jobs in separate worker processes with stdout/stderr redirected to fuzz-JOB.log.
workers 0 Number of simultaneous worker processes to run the jobs. If zero, "min(jobs,NumberOfCpuCores()/2)" is used.
sync_command 0 Execute an external command "<sync_command> <test_corpus>" to synchronize the test corpus.
OpenPOWER on IntegriCloud