First version of a support utility to provide generalized compression in
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 10:49:41 +0000 (10:49 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 10:49:41 +0000 (10:49 +0000)
commit460eb6361280feca8c0299036503fd19cc40aaec
tree7729898a76c161c948d761bc21f2de3a8a6d7b0c
parent955f09666d832632dae3413d981c2895aeba1652
First version of a support utility to provide generalized compression in
LLVM that handles availability and unavailability of bzip2 and zlib.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16648 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compressor.h [new file with mode: 0644]
lib/Support/Compressor.cpp [new file with mode: 0644]