diff options
| author | Kostya Serebryany <kcc@google.com> | 2015-11-25 21:40:46 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2015-11-25 21:40:46 +0000 |
| commit | 2d0ef14f5df702461306592904632345a0d633eb (patch) | |
| tree | 3b5d5160547925e1c3f75b52e9616ea1a57a50a3 /llvm/docs/LibFuzzer.rst | |
| parent | 70a134d29f2550588f50563a0a8c56891a70e06f (diff) | |
| download | bcm5719-llvm-2d0ef14f5df702461306592904632345a0d633eb.tar.gz bcm5719-llvm-2d0ef14f5df702461306592904632345a0d633eb.zip | |
[libFuzzer] add a flag -exact_artifact_path
llvm-svn: 254100
Diffstat (limited to 'llvm/docs/LibFuzzer.rst')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index cbb97e78107..74845c54636 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -73,6 +73,7 @@ The most important flags are:: 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 + exact_artifact_path "" Write the single artifact on failure (crash, timeout) as $(exact_artifact_path). This overrides -artifact_prefix and will not use checksum in the file name. Do not use the same path for several parallel processes. For the full list of flags run the fuzzer binary with ``-help=1``. |

