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/lib/Support/CMakeLists.txt | |
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/lib/Support/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Support/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 3746a810114..01565c57769 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -7,6 +7,7 @@ add_llvm_library(LLVMSupport BranchProbability.cpp circular_raw_ostream.cpp CommandLine.cpp + Compression.cpp ConstantRange.cpp ConvertUTF.c ConvertUTFWrapper.cpp |