projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73aa02e
)
docs: Update allowed values for LLVM_USE_SANITIZER
author
Justin Bogner
<mail@justinbogner.com>
Mon, 22 Jun 2015 18:55:46 +0000
(18:55 +0000)
committer
Justin Bogner
<mail@justinbogner.com>
Mon, 22 Jun 2015 18:55:46 +0000
(18:55 +0000)
"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
docs/CMake.rst
patch
|
blob
|
history
diff --git
a/docs/CMake.rst
b/docs/CMake.rst
index b9e473fab2b2bce8176c7209c3d2c8cbe61d923d..b6dd83850ff27442ca12b87ae6e5772aa5138435 100644
(file)
--- 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.