summaryrefslogtreecommitdiff
path: root/test/Linker/2002-07-17-LinkTest2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2002-07-17-LinkTest2.ll')
-rw-r--r--test/Linker/2002-07-17-LinkTest2.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Linker/2002-07-17-LinkTest2.ll b/test/Linker/2002-07-17-LinkTest2.ll
index 80286eb01f..413a31ae57 100644
--- a/test/Linker/2002-07-17-LinkTest2.ll
+++ b/test/Linker/2002-07-17-LinkTest2.ll
@@ -1,8 +1,8 @@
; This fails linking when it is linked with an empty file as the first object file
-; RUN: as > %t1.bc < /dev/null
-; RUN: as < %s > %t2.bc
-; RUN: link %t[12].bc
+; RUN: llvm-as > %t1.bc < /dev/null
+; RUN: llvm-as < %s > %t2.bc
+; RUN: llvm-link %t[12].bc
%work = global int (int, int)* %zip