summaryrefslogtreecommitdiff
path: root/test/Linker/LinkOnce.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/LinkOnce.ll')
-rw-r--r--test/Linker/LinkOnce.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/LinkOnce.ll b/test/Linker/LinkOnce.ll
index 17e742e751..95f65ae12a 100644
--- a/test/Linker/LinkOnce.ll
+++ b/test/Linker/LinkOnce.ll
@@ -1,8 +1,8 @@
; This fails because the linker renames the non-opaque type not the opaque
; one...
-; RUN: echo "%X = linkonce global int 8" | llvm-as > %t.2.bc
-; RUN: llvm-as < %s > %t.1.bc
+; RUN: echo "%X = linkonce global int 8" | llvm-upgrade | llvm-as > %t.2.bc
+; RUN: llvm-upgrade < %s | llvm-as > %t.1.bc
; RUN: llvm-link %t.[12].bc | llvm-dis
%X = linkonce global int 7