Introduce -DLLVM_USE_SANITIZER=Undefined CMake option to build UBSan-ified version...
[oota-llvm.git] / docs / CMake.rst
index 1da123419dcdc1021e6751310c4161d72073d748..4a5165b7a13e66e90ed6892181522b9151e1a785 100644 (file)
@@ -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