Add basic zlib support to LLVM. This would allow to use compression/uncompression...
[oota-llvm.git] / docs / CMake.rst
index 991e4ba6da97a09650333b36a17b3ca65e762303..8459081fb8b3118b6f736850e317807e51f1ce7b 100644 (file)
@@ -271,6 +271,10 @@ LLVM-specific variables
 **LLVM_USE_INTEL_JITEVENTS**:BOOL
   Enable building support for Intel JIT Events API. Defaults to OFF
 
+**LLVM_ENABLE_ZLIB**:BOOL
+  Build with zlib to support compression/uncompression in LLVM tools.
+  Defaults to ON.
+
 Executing the test suite
 ========================