[Support] Add zlib independent CRC32
authorEugene Leviant <eleviant@accesssoftek.com>
Mon, 8 Apr 2019 11:25:48 +0000 (11:25 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Mon, 8 Apr 2019 11:25:48 +0000 (11:25 +0000)
commitad69bd687008c2daa46cd6dafb58cb9e95e7eedb
tree5a18dfd3d0601f08e480249cfdb5ea4cc8a7b5a9
parenteb1a156d7f7ba56ea8f9a26da36e6a93d1e98bda
[Support] Add zlib independent CRC32

Differential revision: https://reviews.llvm.org/D59816

llvm-svn: 357901
llvm/include/llvm/Support/CRC.h [new file with mode: 0644]
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/CRC.cpp [new file with mode: 0644]
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/CRCTest.cpp [new file with mode: 0644]