Expose CRC-32 implementation from zlib
authorAlexey Samsonov <samsonov@google.com>
Wed, 14 Aug 2013 16:03:29 +0000 (16:03 +0000)
committerAlexey Samsonov <samsonov@google.com>
Wed, 14 Aug 2013 16:03:29 +0000 (16:03 +0000)
commitef7aefc53bf24214f489bf9e4100bcff45f7b12a
treec0cea3f882e2a1f4f1d084b69adcd66ab1a5addc
parent14a5c695a9a4dc773cfc37c0c4a847e0160e5396
Expose CRC-32 implementation from zlib

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188380 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compression.h
lib/Support/Compression.cpp
unittests/Support/CompressionTest.cpp