From 9a293ca173b9c1946f9e7c63993e6686c25db10b Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 7 Jun 2016 23:13:54 +0000 Subject: [docs] fix the build by including ScudoHardenedAllocator into toc; mention SourceBasedCodeCoverage.html in libFuzzer docs llvm-svn: 272070 --- llvm/docs/LibFuzzer.rst | 5 +++-- llvm/docs/index.rst | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'llvm/docs') 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 `_, but those will require -you to rebuild the code with different compiler flags. +e.g. using `Clang coverage `_, +but those will require +you to rebuild the code with different compiler flags. User-supplied mutators ---------------------- diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 921dc009d24..1780b072a7e 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -176,6 +176,7 @@ For developers of applications which use LLVM as a library. ProgrammersManual Extensions LibFuzzer + ScudoHardenedAllocator :doc:`LLVM Language Reference Manual ` Defines the LLVM intermediate representation and the assembly form of the @@ -220,6 +221,9 @@ For developers of applications which use LLVM as a library. :doc:`LibFuzzer` A library for writing in-process guided fuzzers. +:doc:`ScudoHardenedAllocator` + A library that implements a security-hardened `malloc()`. + Subsystem Documentation ======================= -- cgit v1.2.3