[llvm] r268197 - Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sun May 1 08:27:47 PDT 2016
Author: rksimon
Date: Sun May 1 10:27:47 2016
New Revision: 268197
URL: http://llvm.org/viewvc/llvm-project?rev=268197&view=rev
Log:
Document the LLVM_ENABLE_EXPENSIVE_CHECKS cmake option introduced in r268050
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=268197&r1=268196&r2=268197&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sun May 1 10:27:47 2016
@@ -267,6 +267,9 @@ LLVM-specific variables
link against LLVM libraries and make use of C++ exceptions in your own code
that need to propagate through LLVM code. Defaults to OFF.
+**LLVM_ENABLE_EXPENSIVE_CHECKS**:BOOL
+ Enable additional time/memory expensive checking. Defaults to OFF.
+
**LLVM_ENABLE_PIC**:BOOL
Add the ``-fPIC`` flag to the compiler command-line, if the compiler supports
this flag. Some systems, like Windows, do not need this flag. Defaults to ON.
More information about the llvm-commits
mailing list