Excise the ill-advised RLCOMP compression algorithm and simply leave the
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 17:45:44 +0000 (17:45 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 17:45:44 +0000 (17:45 +0000)
commit047c0093942887ed95387af7c2ffb87cd6198075
tree87b7fba3e24032ae43cf38d6b2509d908ca9734e
parentb8cbd9f39eba55d2948e16f74fc2550f88c0c0e7
Excise the ill-advised RLCOMP compression algorithm and simply leave the
previously temporary NULLCOMP implementation that merely copies the data
verbatim without compression. Also, don't warn if there's no compression
library as that is taken care of during configuration time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16654 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Compressor.cpp