[llvm] r235934 - [docs] Fix the link to SanitizerCoverage docs.
Alexey Samsonov
vonosmas at gmail.com
Mon Apr 27 15:50:06 PDT 2015
Author: samsonov
Date: Mon Apr 27 17:50:06 2015
New Revision: 235934
URL: http://llvm.org/viewvc/llvm-project?rev=235934&view=rev
Log:
[docs] Fix the link to SanitizerCoverage docs.
Modified:
llvm/trunk/docs/LibFuzzer.rst
Modified: llvm/trunk/docs/LibFuzzer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LibFuzzer.rst?rev=235934&r1=235933&r2=235934&view=diff
==============================================================================
--- llvm/trunk/docs/LibFuzzer.rst (original)
+++ llvm/trunk/docs/LibFuzzer.rst Mon Apr 27 17:50:06 2015
@@ -32,7 +32,7 @@ This library is intended primarily for i
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, t
.. _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
More information about the llvm-commits
mailing list