[llvm] r185925 - Document LLVM_USE_SANITIZER CMake option

Alexey Samsonov samsonov at google.com
Tue Jul 9 03:56:13 PDT 2013


Author: samsonov
Date: Tue Jul  9 05:56:13 2013
New Revision: 185925

URL: http://llvm.org/viewvc/llvm-project?rev=185925&view=rev
Log:
Document LLVM_USE_SANITIZER CMake option

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=185925&r1=185924&r2=185925&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Tue Jul  9 05:56:13 2013
@@ -275,6 +275,11 @@ LLVM-specific variables
   Build with zlib to support compression/uncompression in LLVM tools.
   Defaults to ON.
 
+**LLVM_USE_SANITIZER**:STRING
+  Define the sanitizer used to build LLVM binaries and tests. Possible values
+  are ``Address``, ``Memory`` and ``MemoryWithOrigins``. Defaults to empty
+  string.
+
 Executing the test suite
 ========================
 





More information about the llvm-commits mailing list