[llvm] r240316 - docs: Update allowed values for LLVM_USE_SANITIZER
Justin Bogner
mail at justinbogner.com
Mon Jun 22 11:55:46 PDT 2015
Author: bogner
Date: Mon Jun 22 13:55:46 2015
New Revision: 240316
URL: http://llvm.org/viewvc/llvm-project?rev=240316&view=rev
Log:
docs: Update allowed values for LLVM_USE_SANITIZER
"Thread" and combinations of "Address" and "Undefined" have been
accepted for a while now.
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=240316&r1=240315&r2=240316&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Mon Jun 22 13:55:46 2015
@@ -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.
More information about the llvm-commits
mailing list