mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
docs: Improve wording on building for fuzzing
The original sentence didn't really make sense. Patch by Vedant Kumar. Thanks! llvm-svn: 315676
This commit is contained in:
parent
543c89beee
commit
78b714b721
@ -199,9 +199,9 @@ Configuring LLVM to Build Fuzzers
|
||||
|
||||
Fuzzers will be built and linked to libFuzzer by default as long as you build
|
||||
LLVM with sanitizer coverage enabled. You would typically also enable at least
|
||||
one sanitizer for the fuzzers to be particularly likely, so the most common way
|
||||
to build the fuzzers is by adding the following two flags to your CMake
|
||||
invocation: ``-DLLVM_USE_SANITIZER=Address -DLLVM_USE_SANITIZE_COVERAGE=On``.
|
||||
one sanitizer to find bugs faster. The most common way to build the fuzzers is
|
||||
by adding the following two flags to your CMake invocation:
|
||||
``-DLLVM_USE_SANITIZER=Address -DLLVM_USE_SANITIZE_COVERAGE=On``.
|
||||
|
||||
.. note:: If you have ``compiler-rt`` checked out in an LLVM tree when building
|
||||
with sanitizers, you'll want to specify ``-DLLVM_BUILD_RUNTIME=Off``
|
||||
|
Loading…
Reference in New Issue
Block a user