This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a3ee5306ac1 [Support] Add zlib independent CRC32 new 5d33cd5143b Reverting r357901 as fails to build on some of the buildbots
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/CRC.h | 25 ------------- lib/DebugInfo/Symbolize/Symbolize.cpp | 3 +- lib/Support/CMakeLists.txt | 1 - lib/Support/CRC.cpp | 68 ----------------------------------- unittests/Support/CMakeLists.txt | 1 - unittests/Support/CRCTest.cpp | 29 --------------- 6 files changed, 1 insertion(+), 126 deletions(-) delete mode 100644 include/llvm/Support/CRC.h delete mode 100644 lib/Support/CRC.cpp delete mode 100644 unittests/Support/CRCTest.cpp