summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2014-08-29 00:50:36 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2014-08-29 00:50:36 +0000
commit79e9b30b111709761410f0b0a16860e3a7d0eef3 (patch)
tree465546efc3b2d6bdab20c725e5b7482081b348ae /docs/CMake.rst
parentcf45151b2c859e29f07ac1f77f69ac00f2ced4fc (diff)
Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified version of LLVM/Clang.
I've fixed most of the simple bugs and currently "check-llvm" test suite has 26 failures, and "check-clang" suite has 5 failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@216701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CMake.rst')
-rw-r--r--docs/CMake.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CMake.rst b/docs/CMake.rst
index 1da123419dc..4a5165b7a13 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -288,8 +288,8 @@ LLVM-specific variables
**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.
+ are ``Address``, ``Memory``, ``MemoryWithOrigins`` and ``Undefined``.
+ Defaults to empty string.
**LLVM_BUILD_DOCS**:BOOL
Enables all enabled documentation targets (i.e. Doxgyen and Sphinx targets) to