document the LLVM_ENABLE_Z3_SOLVER option
authorSylvestre Ledru <sylvestre@debian.org>
Thu, 5 Sep 2019 19:38:15 +0000 (19:38 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 5 Sep 2019 19:38:15 +0000 (19:38 +0000)
llvm-svn: 371109

llvm/docs/CMake.rst

index 2c54fde..f6dd7a1 100644 (file)
@@ -615,6 +615,10 @@ LLVM-specific variables
 **LLVM_ENABLE_BINDINGS**:BOOL
   If disabled, do not try to build the OCaml and go bindings.
 
+**LLVM_ENABLE_Z3_SOLVER**:BOOL
+  If enabled, the Z3 constraint solver is activated. A recent version of the
+  z3 library needs to be available on the system.
+
 CMake Caches
 ============