diff options
author | Kostya Serebryany <kcc@google.com> | 2016-06-07 23:13:54 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-06-07 23:13:54 +0000 |
commit | 9a293ca173b9c1946f9e7c63993e6686c25db10b (patch) | |
tree | eb7e671be5d6dddea6260cc480344a8fc4c94120 /llvm/docs/LibFuzzer.rst | |
parent | 4a9d83a55e791158371f6babdb44b553e85dbef2 (diff) | |
download | bcm5719-llvm-9a293ca173b9c1946f9e7c63993e6686c25db10b.tar.gz bcm5719-llvm-9a293ca173b9c1946f9e7c63993e6686c25db10b.zip |
[docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs
llvm-svn: 272070
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 ---------------------- |