summaryrefslogtreecommitdiff
path: root/test/Bitcode/Inputs
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2016-04-01 03:03:21 +0000
committerMehdi Amini <mehdi.amini@apple.com>2016-04-01 03:03:21 +0000
commit1fc660ff5141f1dcca786d8c31c4c16f6ebdea65 (patch)
tree71df869d728a5d6ce6f20e269841d8424c8f8c9a /test/Bitcode/Inputs
parent6584a7a479c2f385e7dc4601347ae10ae2547b46 (diff)
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> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode/Inputs')
-rw-r--r--test/Bitcode/Inputs/module_hash.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Bitcode/Inputs/module_hash.ll b/test/Bitcode/Inputs/module_hash.ll
deleted file mode 100644
index 1d422c6e817..00000000000
--- a/test/Bitcode/Inputs/module_hash.ll
+++ /dev/null
@@ -1,4 +0,0 @@
-; Needs a function for the combined index to be populated
-define void @bar() {
- ret void
-}