summaryrefslogtreecommitdiff
path: root/test/Bitcode
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-11-27 05:48:27 +0000
committerChris Lattner <sabre@nondot.org>2011-11-27 05:48:27 +0000
commitdbc88494eefd32274ff6e037df0000c0d0e871d2 (patch)
treecf2c945ff4025944c02b95b47c7c9f46e18df49f /test/Bitcode
parent5130d4eab6ef483a41b74e8be4d5b7303c137819 (diff)
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145164 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Bitcode')
-rw-r--r--test/Bitcode/AutoUpgradeGlobals.ll4
-rw-r--r--test/Bitcode/AutoUpgradeGlobals.ll.bcbin312 -> 0 bytes
-rw-r--r--test/Bitcode/fbench-llvm-2.9.ll5
-rw-r--r--test/Bitcode/fbench-llvm-2.9.ll.bcbin6096 -> 0 bytes
-rw-r--r--test/Bitcode/spirit-llvm-2.9.ll5
-rw-r--r--test/Bitcode/spirit-llvm-2.9.ll.bcbin1595424 -> 0 bytes
6 files changed, 0 insertions, 14 deletions
diff --git a/test/Bitcode/AutoUpgradeGlobals.ll b/test/Bitcode/AutoUpgradeGlobals.ll
deleted file mode 100644
index a5af2b8b07d..00000000000
--- a/test/Bitcode/AutoUpgradeGlobals.ll
+++ /dev/null
@@ -1,4 +0,0 @@
-; This isn't really an assembly file. It just runs test on bitcode to ensure
-; it is auto-upgraded.
-; RUN: llvm-dis < %s.bc | FileCheck %s
-; CHECK-NOT: {i32 @\\.llvm\\.eh}
diff --git a/test/Bitcode/AutoUpgradeGlobals.ll.bc b/test/Bitcode/AutoUpgradeGlobals.ll.bc
deleted file mode 100644
index 1abe9688e29..00000000000
--- a/test/Bitcode/AutoUpgradeGlobals.ll.bc
+++ /dev/null
Binary files differ
diff --git a/test/Bitcode/fbench-llvm-2.9.ll b/test/Bitcode/fbench-llvm-2.9.ll
deleted file mode 100644
index 588769159f2..00000000000
--- a/test/Bitcode/fbench-llvm-2.9.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-; This isn't really an assembly file. It just runs the test on the bitcode to
-; ensure bitcode file backward compatibility. No need for FileCheck as the
-; BitcodeReader will fail with an assert if broken. This test case was
-; generated using a clang binary, based on LLVM 2.9, downloaded from llvm.org.
-; RUN: llvm-dis < %s.bc > /dev/null
diff --git a/test/Bitcode/fbench-llvm-2.9.ll.bc b/test/Bitcode/fbench-llvm-2.9.ll.bc
deleted file mode 100644
index d2ebbe5c9d7..00000000000
--- a/test/Bitcode/fbench-llvm-2.9.ll.bc
+++ /dev/null
Binary files differ
diff --git a/test/Bitcode/spirit-llvm-2.9.ll b/test/Bitcode/spirit-llvm-2.9.ll
deleted file mode 100644
index 588769159f2..00000000000
--- a/test/Bitcode/spirit-llvm-2.9.ll
+++ /dev/null
@@ -1,5 +0,0 @@
-; This isn't really an assembly file. It just runs the test on the bitcode to
-; ensure bitcode file backward compatibility. No need for FileCheck as the
-; BitcodeReader will fail with an assert if broken. This test case was
-; generated using a clang binary, based on LLVM 2.9, downloaded from llvm.org.
-; RUN: llvm-dis < %s.bc > /dev/null
diff --git a/test/Bitcode/spirit-llvm-2.9.ll.bc b/test/Bitcode/spirit-llvm-2.9.ll.bc
deleted file mode 100644
index bf8cf495d72..00000000000
--- a/test/Bitcode/spirit-llvm-2.9.ll.bc
+++ /dev/null
Binary files differ