summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit05e11e3a400601ba8ed50a588b63b9e545930b74 (patch)
tree37e29dd5a1cb48cfe1b858d87baa97c8cef69afc /llvm/docs/CMake.rst
parent9a4e22eea1f31696bd910611379fa29234a5e683 (diff)
downloadbcm5719-llvm-05e11e3a400601ba8ed50a588b63b9e545930b74.tar.gz
bcm5719-llvm-05e11e3a400601ba8ed50a588b63b9e545930b74.zip
docs: Update allowed values for LLVM_USE_SANITIZER
"Thread" and combinations of "Address" and "Undefined" have been accepted for a while now. llvm-svn: 240316
Diffstat (limited to 'llvm/docs/CMake.rst')
-rw-r--r--llvm/docs/CMake.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index b9e473fab2b..b6dd83850ff 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/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.
OpenPOWER on IntegriCloud