X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FLibFuzzer.rst;h=97ae928988b06aa79a9874458ecaa1c46746f579;hb=6bd362c2d9d3e3284708ba5e55d8f3ccf7493313;hp=85c110f272ffc709fac04c7d712e9fadaf6837ed;hpb=e4234986c66b2f182e5c5fa1a08b93f0fd2d4870;p=oota-llvm.git diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 85c110f272f..97ae928988b 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -64,6 +64,7 @@ The most important flags are:: max_total_time 0 If positive, indicates the maximal total time in seconds to run the fuzzer. help 0 Print help. 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 + 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. 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 " " to synchronize the test corpus.