[llvm] r366204 - Document the LLVM_ENABLE_BINDINGS option
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 04:59:17 PDT 2019
Author: sylvestre
Date: Tue Jul 16 04:59:17 2019
New Revision: 366204
URL: http://llvm.org/viewvc/llvm-project?rev=366204&view=rev
Log:
Document the LLVM_ENABLE_BINDINGS 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=366204&r1=366203&r2=366204&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Tue Jul 16 04:59:17 2019
@@ -598,6 +598,12 @@ LLVM-specific variables
**LLVM_USE_NEWPM**:BOOL
If enabled, use the experimental new pass manager.
+**LLVM_USE_NEWPM**:BOOL
+ If enabled, use the experimental new pass manager.
+
+**LLVM_ENABLE_BINDINGS**:BOOL
+ If disabled, do not try to build the OCaml and go bindings.
+
CMake Caches
============
More information about the llvm-commits
mailing list