From 675e539f542edd992e2d03e9b633a01e142d50b6 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 27 Apr 2015 22:50:06 +0000 Subject: [docs] Fix the link to SanitizerCoverage docs. llvm-svn: 235934 --- llvm/docs/LibFuzzer.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm') diff --git a/llvm/docs/LibFuzzer.rst b/llvm/docs/LibFuzzer.rst index a31f83d3950..383f888f9f4 100644 --- a/llvm/docs/LibFuzzer.rst +++ b/llvm/docs/LibFuzzer.rst @@ -32,7 +32,7 @@ This library is intended primarily for in-process coverage-guided fuzz testing the sanitizer (asan, etc) it will be reported as usual and the reproducer will be written to disk. Each Fuzzer process is single-threaded (unless the library starts its own - threads). You can run the Fuzzer on the same corpus in multiple processes. + threads). You can run the Fuzzer on the same corpus in multiple processes in parallel. For run-time options run the Fuzzer binary with '-help=1'. @@ -359,6 +359,6 @@ Examples: regular expression matchers, text or binary format parsers. .. _AFL: http://lcamtuf.coredump.cx/afl/ -.. _SanitizerCoverage: https://code.google.com/p/address-sanitizer/wiki/AsanCoverage +.. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html .. _Heartbleed: http://en.wikipedia.org/wiki/Heartbleed -- cgit v1.2.3