diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:48:27 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-11-27 05:48:27 +0000 |
| commit | 1c9e5678b8256a1361ef911ba88d87a09fc19986 (patch) | |
| tree | 6f5ef4a1f695fcd1cda7e836f8c7aabd39b1df47 /llvm/test/Bitcode | |
| parent | 74a3e00ebf34d9c45ef4ad68e3676ec64d3e83f4 (diff) | |
| download | bcm5719-llvm-1c9e5678b8256a1361ef911ba88d87a09fc19986.tar.gz bcm5719-llvm-1c9e5678b8256a1361ef911ba88d87a09fc19986.zip | |
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible back to 3.0
llvm-svn: 145164
Diffstat (limited to 'llvm/test/Bitcode')
| -rw-r--r-- | llvm/test/Bitcode/AutoUpgradeGlobals.ll | 4 | ||||
| -rw-r--r-- | llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc | bin | 312 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/Bitcode/fbench-llvm-2.9.ll | 5 | ||||
| -rw-r--r-- | llvm/test/Bitcode/fbench-llvm-2.9.ll.bc | bin | 6096 -> 0 bytes | |||
| -rw-r--r-- | llvm/test/Bitcode/spirit-llvm-2.9.ll | 5 | ||||
| -rw-r--r-- | llvm/test/Bitcode/spirit-llvm-2.9.ll.bc | bin | 1595424 -> 0 bytes |
6 files changed, 0 insertions, 14 deletions
diff --git a/llvm/test/Bitcode/AutoUpgradeGlobals.ll b/llvm/test/Bitcode/AutoUpgradeGlobals.ll deleted file mode 100644 index a5af2b8b07d..00000000000 --- a/llvm/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/llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc b/llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc Binary files differdeleted file mode 100644 index 1abe9688e29..00000000000 --- a/llvm/test/Bitcode/AutoUpgradeGlobals.ll.bc +++ /dev/null diff --git a/llvm/test/Bitcode/fbench-llvm-2.9.ll b/llvm/test/Bitcode/fbench-llvm-2.9.ll deleted file mode 100644 index 588769159f2..00000000000 --- a/llvm/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/llvm/test/Bitcode/fbench-llvm-2.9.ll.bc b/llvm/test/Bitcode/fbench-llvm-2.9.ll.bc Binary files differdeleted file mode 100644 index d2ebbe5c9d7..00000000000 --- a/llvm/test/Bitcode/fbench-llvm-2.9.ll.bc +++ /dev/null diff --git a/llvm/test/Bitcode/spirit-llvm-2.9.ll b/llvm/test/Bitcode/spirit-llvm-2.9.ll deleted file mode 100644 index 588769159f2..00000000000 --- a/llvm/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/llvm/test/Bitcode/spirit-llvm-2.9.ll.bc b/llvm/test/Bitcode/spirit-llvm-2.9.ll.bc Binary files differdeleted file mode 100644 index bf8cf495d72..00000000000 --- a/llvm/test/Bitcode/spirit-llvm-2.9.ll.bc +++ /dev/null |

