[PATCH] Add zlib (un)compression routines to LLVM

Alexey Samsonov samsonov at google.com
Wed Apr 17 06:10:05 PDT 2013


Hi echristo, Bigcheese,

This patch allows LLVM to detect whether ZLib is present in the system
(for now in CMake build only), and extends LLVMSupport with compression/uncompression
routines. Later I plan to use them in LLVMObject library to uncompress debug info sections.

http://llvm-reviews.chandlerc.com/D683

Files:
  include/llvm/Support/Compression.h
  include/llvm/Config/config.h.cmake
  unittests/Support/CMakeLists.txt
  unittests/Support/CompressionTest.cpp
  lib/Support/Compression.cpp
  lib/Support/CMakeLists.txt
  CMakeLists.txt
  cmake/config-ix.cmake
  cmake/modules/LLVMConfig.cmake.in
  cmake/modules/LLVM-Config.cmake
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D683.1.patch
Type: text/x-patch
Size: 10361 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130417/b8a781fa/attachment.bin>


More information about the llvm-commits mailing list