diff options
| author | Alexey Samsonov <samsonov@google.com> | 2013-04-23 08:28:39 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2013-04-23 08:28:39 +0000 |
| commit | 2fb337e77a9a766cac4d49147592bf9715ff913b (patch) | |
| tree | 49f412dce435c9c010278c5e77d4698426aefaf7 /llvm/docs/CMake.rst | |
| parent | e7540e3561f13cfc01bcf2035fad3e3dcf10a2fc (diff) | |
| download | bcm5719-llvm-2fb337e77a9a766cac4d49147592bf9715ff913b.tar.gz bcm5719-llvm-2fb337e77a9a766cac4d49147592bf9715ff913b.zip | |
Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.
llvm-svn: 180083
Diffstat (limited to 'llvm/docs/CMake.rst')
| -rw-r--r-- | llvm/docs/CMake.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 991e4ba6da9..8459081fb8b 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/docs/CMake.rst @@ -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 ======================== |

