These files need llvm-upgrade.
authorReid Spencer <rspencer@reidspencer.com>
Sat, 2 Dec 2006 20:40:30 +0000 (20:40 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sat, 2 Dec 2006 20:40:30 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32136 91177308-0d34-0410-b5e6-96231b3b80d8

test/Linker/2003-11-18-TypeResolution.ll
test/Linker/ConstantGlobals1.ll
test/Linker/ConstantGlobals2.ll
test/Linker/ConstantGlobals3.ll

index 946c6a268fd193e5fa4df3d983054f955d40913f..79d9fa426f6d83bf28e8e75003dee3e07b394b63 100644 (file)
@@ -4,7 +4,7 @@
 ; little symbol table.  This is causing llvm-link to die, at no fault of its
 ; own.
 
-; RUN: llvm-as < %s > %t.out2.bc
+; RUN: llvm-upgrade %s | llvm-as > %t.out2.bc
 ; RUN: echo "%T1 = type opaque  %GVar = external global %T1*" | llvm-as > %t.out1.bc
 ; RUN: llvm-link %t.out[12].bc
 
index dac0ac043bce81f8a6c57aed8af81d426f2d2b34..ac2d5c045756a39d5a8d66167a3ae75cc1b76ce7 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that appending linkage works correctly when arrays are the same size.
 
 ; RUN: echo "%X = constant [1x int] [int 8]" | llvm-as > %t.2.bc
-; RUN: llvm-as < %s > %t.1.bc
+; RUN: llvm-upgrade %s | llvm-as > %t.1.bc
 ; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant
 
 %X = uninitialized global [1 x int]
index 5130dd4d911790465b51a46922ee4ae3fd38c12e..3650c5f9bca82c05177e8f2d70683e2e31e8a6e1 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that appending linkage works correctly when arrays are the same size.
 
-; RUN: echo "%X = uninitialized global [1x int]" | llvm-as > %t.2.bc
-; RUN: llvm-as < %s > %t.1.bc
+; RUN: echo "%X = external global [1x int]" | llvm-as > %t.2.bc
+; RUN: llvm-upgrade %s | llvm-as > %t.1.bc
 ; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant
 
 %X = constant [1 x int] [ int 12 ]
index 8b8e27ee9fa21a2cd4d7eb38f12cac120cab2216..58727060c16430ecc2a2e39cc17fb7df0ced8893 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that appending linkage works correctly when arrays are the same size.
 
-; RUN: echo "%X = uninitialized constant [1x int]" | llvm-as > %t.2.bc
-; RUN: llvm-as < %s > %t.1.bc
+; RUN: echo "%X = external constant [1x int]" | llvm-as > %t.2.bc
+; RUN: llvm-upgrade %s | llvm-as > %t.1.bc
 ; RUN: llvm-link %t.[12].bc | llvm-dis | grep constant
 
 %X = uninitialized global [1 x int]