From dbc88494eefd32274ff6e037df0000c0d0e871d2 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Nov 2011 05:48:27 +0000 Subject: 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 --- test/Bitcode/AutoUpgradeGlobals.ll | 4 ---- test/Bitcode/AutoUpgradeGlobals.ll.bc | Bin 312 -> 0 bytes test/Bitcode/fbench-llvm-2.9.ll | 5 ----- test/Bitcode/fbench-llvm-2.9.ll.bc | Bin 6096 -> 0 bytes test/Bitcode/spirit-llvm-2.9.ll | 5 ----- test/Bitcode/spirit-llvm-2.9.ll.bc | Bin 1595424 -> 0 bytes 6 files changed, 14 deletions(-) delete mode 100644 test/Bitcode/AutoUpgradeGlobals.ll delete mode 100644 test/Bitcode/AutoUpgradeGlobals.ll.bc delete mode 100644 test/Bitcode/fbench-llvm-2.9.ll delete mode 100644 test/Bitcode/fbench-llvm-2.9.ll.bc delete mode 100644 test/Bitcode/spirit-llvm-2.9.ll delete mode 100644 test/Bitcode/spirit-llvm-2.9.ll.bc (limited to 'test/Bitcode') diff --git a/test/Bitcode/AutoUpgradeGlobals.ll b/test/Bitcode/AutoUpgradeGlobals.ll deleted file mode 100644 index a5af2b8..0000000 --- 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 1abe968..0000000 Binary files a/test/Bitcode/AutoUpgradeGlobals.ll.bc and /dev/null differ diff --git a/test/Bitcode/fbench-llvm-2.9.ll b/test/Bitcode/fbench-llvm-2.9.ll deleted file mode 100644 index 5887691..0000000 --- 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 d2ebbe5..0000000 Binary files a/test/Bitcode/fbench-llvm-2.9.ll.bc and /dev/null differ diff --git a/test/Bitcode/spirit-llvm-2.9.ll b/test/Bitcode/spirit-llvm-2.9.ll deleted file mode 100644 index 5887691..0000000 --- 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 bf8cf49..0000000 Binary files a/test/Bitcode/spirit-llvm-2.9.ll.bc and /dev/null differ -- cgit v1.1