diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-04-27 22:50:06 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-04-27 22:50:06 +0000 |
| commit | 675e539f542edd992e2d03e9b633a01e142d50b6 (patch) | |
| tree | 5abfad4283972bd83ffd5147f04b2f2e918b1794 /llvm | |
| parent | ed48e53d604a4264c1907b9bf4b14a82edf0eb60 (diff) | |
| download | bcm5719-llvm-675e539f542edd992e2d03e9b633a01e142d50b6.tar.gz bcm5719-llvm-675e539f542edd992e2d03e9b633a01e142d50b6.zip | |
[docs] Fix the link to SanitizerCoverage docs.
llvm-svn: 235934
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LibFuzzer.rst | 4 |
1 files changed, 2 insertions, 2 deletions
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 |

