Revert "Add support for computing SHA1 in LLVM"
authorMehdi Amini <mehdi.amini@apple.com>
Fri, 1 Apr 2016 03:03:21 +0000 (03:03 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Fri, 1 Apr 2016 03:03:21 +0000 (03:03 +0000)
commit85fb9e058ed74ad9b4fe919056d1d6874f398b39
treed0f0ef115da3cf8137ba894af8426b9c6e82ce71
parentf83ab6de56eeb651b1ce06ea98ada9175a2beb17
Revert "Add support for computing SHA1 in LLVM"

This reverts commit r265096, r265095, and r265094.
Windows build is broken, and the validation does not pass.

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 265102
18 files changed:
llvm/include/llvm/Bitcode/BitstreamReader.h
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/Bitcode/ReaderWriter.h
llvm/include/llvm/IR/ModuleSummaryIndex.h
llvm/include/llvm/Support/SHA1.h [deleted file]
llvm/include/llvm/Support/raw_sha1_ostream.h [deleted file]
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/ModuleSummaryIndex.cpp
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/SHA1.cpp [deleted file]
llvm/lib/Transforms/IPO/FunctionImport.cpp
llvm/test/Bitcode/Inputs/module_hash.ll [deleted file]
llvm/test/Bitcode/module_hash.ll [deleted file]
llvm/tools/llvm-as/llvm-as.cpp
llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/raw_sha1_ostream_test.cpp [deleted file]