diff options
| author | Kostya Serebryany <kcc@google.com> | 2016-02-27 05:45:12 +0000 |
|---|---|---|
| committer | Kostya Serebryany <kcc@google.com> | 2016-02-27 05:45:12 +0000 |
| commit | 3c767db3c5a6d96f5aed70bf5ab54cf60a6a2305 (patch) | |
| tree | 39afd22b7394240a7c42b12e979d91c694429144 /llvm/docs/LibFuzzer.rst | |
| parent | 70b391864d75845e0537ad16a4b6a581aafcf592 (diff) | |
| download | bcm5719-llvm-3c767db3c5a6d96f5aed70bf5ab54cf60a6a2305.tar.gz bcm5719-llvm-3c767db3c5a6d96f5aed70bf5ab54cf60a6a2305.zip | |
[libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage=trace-pc mode; update libFuzzer doc for previous commit
llvm-svn: 262110
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 914a78262a9..eda24fd34a7 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -82,6 +82,7 @@ The most important flags are:: only_ascii 0 If 1, generate only ASCII (isprint+isspace) inputs. 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. + print_final_stats 0 If 1, print statistics at exit. For the full list of flags run the fuzzer binary with ``-help=1``. |

