From 3c767db3c5a6d96f5aed70bf5ab54cf60a6a2305 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Sat, 27 Feb 2016 05:45:12 +0000 Subject: [libFuzzer] don't emit callbacks to sanitizer run-time in -fsanitize-coverage=trace-pc mode; update libFuzzer doc for previous commit llvm-svn: 262110 --- llvm/docs/LibFuzzer.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/docs') 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``. -- cgit v1.2.3