summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorAlexey Samsonov <samsonov@google.com>2013-07-09 10:56:13 +0000
committerAlexey Samsonov <samsonov@google.com>2013-07-09 10:56:13 +0000
commitf27b46b26f86db50ed59769700845f6c589f1dae (patch)
treeec98519c5cf66a28d4a52a8544df42685fbc397a /docs/CMake.rst
parentb2713e018e1c99bb9a65d2d2e63dc7e3e2222c57 (diff)
downloadllvm-f27b46b26f86db50ed59769700845f6c589f1dae.tar.gz
llvm-f27b46b26f86db50ed59769700845f6c589f1dae.tar.bz2
llvm-f27b46b26f86db50ed59769700845f6c589f1dae.tar.xz
Document LLVM_USE_SANITIZER CMake option
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.rst')
-rw-r--r--docs/CMake.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 8459081fb8..cd1bb97894 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
========================