diff options
author | Alexey Samsonov <samsonov@google.com> | 2013-07-09 10:56:13 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2013-07-09 10:56:13 +0000 |
commit | f27b46b26f86db50ed59769700845f6c589f1dae (patch) | |
tree | ec98519c5cf66a28d4a52a8544df42685fbc397a | |
parent | b2713e018e1c99bb9a65d2d2e63dc7e3e2222c57 (diff) | |
download | external_llvm-f27b46b26f86db50ed59769700845f6c589f1dae.zip external_llvm-f27b46b26f86db50ed59769700845f6c589f1dae.tar.gz external_llvm-f27b46b26f86db50ed59769700845f6c589f1dae.tar.bz2 |
Document LLVM_USE_SANITIZER CMake option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185925 91177308-0d34-0410-b5e6-96231b3b80d8
-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 ======================== |