summaryrefslogtreecommitdiff
path: root/test/Linker/2003-08-23-GlobalVarLinking.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2003-08-23-GlobalVarLinking.ll')
-rw-r--r--test/Linker/2003-08-23-GlobalVarLinking.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/2003-08-23-GlobalVarLinking.ll b/test/Linker/2003-08-23-GlobalVarLinking.ll
index 51ad19451a..e249641be3 100644
--- a/test/Linker/2003-08-23-GlobalVarLinking.ll
+++ b/test/Linker/2003-08-23-GlobalVarLinking.ll
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s > %t.out1.bc
-; RUN: echo "%S = external global { int, opaque* } declare void %F(opaque*)" | llvm-as > %t.out2.bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.out1.bc
+; RUN: echo "%S = external global { int, opaque* } declare void %F(opaque*)" | llvm-upgrade | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out[12].bc | llvm-dis | not grep opaque
; After linking this testcase, there should be no opaque types left. The two