mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Document LLVM_USE_SANITIZER CMake option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185925 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2713e018e
commit
f27b46b26f
@ -275,6 +275,11 @@ LLVM-specific variables
|
|||||||
Build with zlib to support compression/uncompression in LLVM tools.
|
Build with zlib to support compression/uncompression in LLVM tools.
|
||||||
Defaults to ON.
|
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
|
Executing the test suite
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user