forked from OSchip/llvm-project
Document LLVM_USE_SANITIZER CMake option
llvm-svn: 185925
This commit is contained in:
parent
55daa77901
commit
d7f6a6196e
|
@ -275,6 +275,11 @@ LLVM-specific variables
|
|||
Build with zlib to support compression/uncompression in LLVM tools.
|
||||
Defaults to ON.
|
||||
|
||||
**LLVM_USE_SANITIZER**:STRING
|
||||
Define the sanitizer used to build LLVM binaries and tests. Possible values
|
||||
are ``Address``, ``Memory`` and ``MemoryWithOrigins``. Defaults to empty
|
||||
string.
|
||||
|
||||
Executing the test suite
|
||||
========================
|
||||
|
||||
|
|
Loading…
Reference in New Issue