summaryrefslogtreecommitdiff
path: root/docs/CMake.rst
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2015-06-22 18:55:46 +0000
committerJustin Bogner <mail@justinbogner.com>2015-06-22 18:55:46 +0000
commit0d1cc5aa826e5e3402370d9dced3960fc45176bf (patch)
tree407fd11779938b920e39c0ab8d3fd9fa7ca155a2 /docs/CMake.rst
parent73aa02eb0979ae1d0643aee03c5d0c4b1926408f (diff)
docs: Update allowed values for LLVM_USE_SANITIZER
"Thread" and combinations of "Address" and "Undefined" have been accepted for a while now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240316 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 b9e473fab2b..b6dd83850ff 100644
--- a/docs/CMake.rst
+++ b/docs/CMake.rst
@@ -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.