ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
[oota-llvm.git] / docs / CMake.rst
index b9e473fab2b2bce8176c7209c3d2c8cbe61d923d..b6dd83850ff27442ca12b87ae6e5772aa5138435 100644 (file)
@@ -327,8 +327,8 @@ LLVM-specific variables
 
 **LLVM_USE_SANITIZER**:STRING
   Define the sanitizer used to build LLVM binaries and tests. Possible values
-  are ``Address``, ``Memory``, ``MemoryWithOrigins`` and ``Undefined``.
-  Defaults to empty string.
+  are ``Address``, ``Memory``, ``MemoryWithOrigins``, ``Undefined``, ``Thread``,
+  and ``Address;Undefined``. Defaults to empty string.
 
 **LLVM_PARALLEL_COMPILE_JOBS**:STRING
   Define the maximum number of concurrent compilation jobs.