From e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa Mon Sep 17 00:00:00 2001 From: John Criswell Date: Sat, 6 Sep 2003 15:15:04 +0000 Subject: Checkin of autoconf-style object root. Updated TestRunner tests so that they work correctly in a separate object root directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8383 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Linker/2002-07-17-LinkTest2.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/Linker/2002-07-17-LinkTest2.ll') diff --git a/test/Linker/2002-07-17-LinkTest2.ll b/test/Linker/2002-07-17-LinkTest2.ll index c1db063..80286eb 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 > Output/LinkTest1.bc < /dev/null -; RUN: as < %s > Output/LinkTest2.bc -; RUN: link Output/LinkTest[12].bc +; RUN: as > %t1.bc < /dev/null +; RUN: as < %s > %t2.bc +; RUN: link %t[12].bc %work = global int (int, int)* %zip -- cgit v1.1