summaryrefslogtreecommitdiff
path: root/docs/LibFuzzer.rst
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2016-06-07 23:13:54 +0000
committerKostya Serebryany <kcc@google.com>2016-06-07 23:13:54 +0000
commit994c559755895fc3101f575bab4ff00f0749a908 (patch)
tree9102f394f56351747cfb7bd590df46b57b20c360 /docs/LibFuzzer.rst
parent192404027d77263faa8bbaf3261100b0f1338b87 (diff)
[docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LibFuzzer.rst')
-rw-r--r--docs/LibFuzzer.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst
index 1d487ca8d53..770857f97f5 100644
--- a/docs/LibFuzzer.rst
+++ b/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
----------------------