diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-10-09 03:57:59 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-10-09 03:57:59 +0000 |
| commit | bd5d1cdbb958a3a5a0484411b10fd6c8cdf5f132 (patch) | |
| tree | 05c9eb3a43ca0e922b4ec45816556b2c0b737575 /llvm/docs/LibFuzzer.rst | |
| parent | 6ec5d61bdae112ef079f1c101bd50a26ffaeb0d3 (diff) | |
| download | bcm5719-llvm-bd5d1cdbb958a3a5a0484411b10fd6c8cdf5f132.tar.gz bcm5719-llvm-bd5d1cdbb958a3a5a0484411b10fd6c8cdf5f132.zip | |
[libFuzzer] add -artifact_prefix flag
llvm-svn: 249807
Diffstat (limited to 'llvm/docs/LibFuzzer.rst')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 0c90a1d5429..6f86db4c0a8 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -71,7 +71,7 @@ The most important flags are:: use_traces 0 Experimental: use instruction traces only_ascii 0 If 1, generate only ASCII (isprint+isspace) inputs. test_single_input "" Use specified file content as test input. Test will be run only once. Useful for debugging a particular case. - + artifact_prefix "" Write fuzzing artifacts (crash, timeout, or slow inputs) as $(artifact_prefix)file For the full list of flags run the fuzzer binary with ``-help=1``. |

