summaryrefslogtreecommitdiff
path: root/test/Linker/2002-07-17-GlobalFail.ll
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-09-15 20:04:28 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-09-15 20:04:28 +0000
commitb6cb66f1c3d0fa98132ef85b4c93a700439572db (patch)
tree59f5e637824a20a6df17d0bf5b1a5068cc5bbad6 /test/Linker/2002-07-17-GlobalFail.ll
parent14285c89e7e02b3deac1593e17a556262e7fd77c (diff)
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8545 91177308-0d34-0410-b5e6-96231b3b80d8
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]