diff options
-rw-r--r-- | docs/CMake.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst index 8459081..cd1bb97 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -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 ======================== |