diff options
Diffstat (limited to 'llvm/docs/index.rst')
| -rw-r--r-- | llvm/docs/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/index.rst b/llvm/docs/index.rst index 212143ac79e..955607a751c 100644 --- a/llvm/docs/index.rst +++ b/llvm/docs/index.rst @@ -183,6 +183,7 @@ For developers of applications which use LLVM as a library. ProgrammersManual Extensions LibFuzzer + FuzzingLLVM ScudoHardenedAllocator OptBisect @@ -228,6 +229,9 @@ For developers of applications which use LLVM as a library. :doc:`LibFuzzer` A library for writing in-process guided fuzzers. +:doc:`FuzzingLLVM` + Information on writing and using Fuzzers to find bugs in LLVM. + :doc:`ScudoHardenedAllocator` A library that implements a security-hardened `malloc()`. |

