[libFuzzer] add -artifact_prefix flag
[oota-llvm.git] / docs / LibFuzzer.rst
index 0c90a1d5429cafaf5586549598d3df585cb98432..6f86db4c0a8d751d816a582cc9909a0c715b699f 100644 (file)
@@ -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``.