Add basic zlib support to LLVM. This would allow to use compression/uncompression...
authorAlexey Samsonov <samsonov@google.com>
Tue, 23 Apr 2013 08:28:39 +0000 (08:28 +0000)
committerAlexey Samsonov <samsonov@google.com>
Tue, 23 Apr 2013 08:28:39 +0000 (08:28 +0000)
commitee03c949b85036b68c261dcc27dca064ee7e525d
tree14f060f70c0c6e5346a0f120c196f6718b060cd4
parenta8958769ea5583d58ae51931d8b1271c23fd20ea
Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180083 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
CMakeLists.txt
Makefile.config.in
autoconf/configure.ac
cmake/config-ix.cmake
cmake/modules/LLVM-Config.cmake
cmake/modules/LLVMConfig.cmake.in
configure
docs/CMake.rst
docs/GettingStarted.rst
include/llvm/Config/config.h.cmake
include/llvm/Config/config.h.in
include/llvm/Support/Compression.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/Compression.cpp [new file with mode: 0644]
unittests/Support/CMakeLists.txt
unittests/Support/CompressionTest.cpp [new file with mode: 0644]