[llvm-commits] CVS: llvm/test/Regression/Linker/2003-11-18-TypeResolution.ll ConstantGlobals1.ll ConstantGlobals2.ll ConstantGlobals3.ll
Reid Spencer
reid at x10sys.com
Sat Dec 2 12:40:44 PST 2006
Changes in directory llvm/test/Regression/Linker:
2003-11-18-TypeResolution.ll updated: 1.1 -> 1.2
ConstantGlobals1.ll updated: 1.1 -> 1.2
ConstantGlobals2.ll updated: 1.1 -> 1.2
ConstantGlobals3.ll updated: 1.1 -> 1.2
---
Log message:
These files need llvm-upgrade.
---
Diffs of the changes: (+6 -6)
2003-11-18-TypeResolution.ll | 2 +-
ConstantGlobals1.ll | 2 +-
ConstantGlobals2.ll | 4 ++--
ConstantGlobals3.ll | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
Index: llvm/test/Regression/Linker/2003-11-18-TypeResolution.ll
diff -u llvm/test/Regression/Linker/2003-11-18-TypeResolution.ll:1.1 llvm/test/Regression/Linker/2003-11-18-TypeResolution.ll:1.2
--- llvm/test/Regression/Linker/2003-11-18-TypeResolution.ll:1.1 Tue Nov 18 19:03:16 2003
+++ llvm/test/Regression/Linker/2003-11-18-TypeResolution.ll Sat Dec 2 14:40:30 2006
@@ -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: llvm/test/Regression/Linker/ConstantGlobals1.ll
diff -u llvm/test/Regression/Linker/ConstantGlobals1.ll:1.1 llvm/test/Regression/Linker/ConstantGlobals1.ll:1.2
--- llvm/test/Regression/Linker/ConstantGlobals1.ll:1.1 Mon Oct 4 21:12:20 2004
+++ llvm/test/Regression/Linker/ConstantGlobals1.ll Sat Dec 2 14:40:30 2006
@@ -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: llvm/test/Regression/Linker/ConstantGlobals2.ll
diff -u llvm/test/Regression/Linker/ConstantGlobals2.ll:1.1 llvm/test/Regression/Linker/ConstantGlobals2.ll:1.2
--- llvm/test/Regression/Linker/ConstantGlobals2.ll:1.1 Mon Oct 4 21:12:20 2004
+++ llvm/test/Regression/Linker/ConstantGlobals2.ll Sat Dec 2 14:40:30 2006
@@ -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: llvm/test/Regression/Linker/ConstantGlobals3.ll
diff -u llvm/test/Regression/Linker/ConstantGlobals3.ll:1.1 llvm/test/Regression/Linker/ConstantGlobals3.ll:1.2
--- llvm/test/Regression/Linker/ConstantGlobals3.ll:1.1 Mon Oct 4 21:16:01 2004
+++ llvm/test/Regression/Linker/ConstantGlobals3.ll Sat Dec 2 14:40:30 2006
@@ -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]
More information about the llvm-commits
mailing list