summaryrefslogtreecommitdiff
path: root/test/Linker/2002-07-17-GlobalFail.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2002-07-17-GlobalFail.ll')
-rw-r--r--test/Linker/2002-07-17-GlobalFail.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2002-07-17-GlobalFail.ll b/test/Linker/2002-07-17-GlobalFail.ll
index 68726dac84d..285b6abf114 100644
--- a/test/Linker/2002-07-17-GlobalFail.ll
+++ b/test/Linker/2002-07-17-GlobalFail.ll
@@ -1,6 +1,6 @@
-; RUN: as < %s > %t.bc
-; RUN: echo | as > %t.tmp.bc
-; RUN: link %t.tmp.bc %t.bc
+; RUN: llvm-as < %s > %t.bc
+; RUN: echo | llvm-as > %t.tmp.bc
+; RUN: llvm-link %t.tmp.bc %t.bc
%X = constant int 5
%Y = internal global [2 x int*] [ int* %X, int * %X]