diff options
Diffstat (limited to 'test/Linker/2002-07-17-LinkTest2.ll')
-rw-r--r-- | test/Linker/2002-07-17-LinkTest2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2002-07-17-LinkTest2.ll b/test/Linker/2002-07-17-LinkTest2.ll index 67bf686448..312b9b90d2 100644 --- a/test/Linker/2002-07-17-LinkTest2.ll +++ b/test/Linker/2002-07-17-LinkTest2.ll @@ -2,7 +2,7 @@ ; RUN: llvm-as > %t1.bc < /dev/null ; RUN: llvm-upgrade < %s | llvm-as > %t2.bc -; RUN: llvm-link %t[12].bc +; RUN: llvm-link %t1.bc %t2.bc %work = global int (int, int)* %zip |