From eea828054d37ac2c7a025384c06eb603e5c0e189 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 16 Jul 2019 11:59:17 +0000 Subject: [PATCH] Document the LLVM_ENABLE_BINDINGS option llvm-svn: 366204 --- llvm/docs/CMake.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 507a85d..f9b3844 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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 ============ -- 2.7.4