diff options
Diffstat (limited to 'llvm/docs/LibFuzzer.rst')
-rw-r--r-- | llvm/docs/LibFuzzer.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index 1d487ca8d53..770857f97f5 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -663,8 +663,9 @@ At the end of the process it will dump a single html file with coverage informat See SanitizerCoverage_ for details. You may also use other ways to visualize coverage, -e.g. `llvm-cov <http://llvm.org/docs/CommandGuide/llvm-cov.html>`_, but those will require -you to rebuild the code with different compiler flags. +e.g. using `Clang coverage <http://clang.llvm.org/docs/SourceBasedCodeCoverage.html>`_, +but those will require +you to rebuild the code with different compiler flags. User-supplied mutators ---------------------- |