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
This commit is contained in:
John Criswell
2003-09-06 15:15:04 +00:00
parent ee29d2aa20
commit e3e7c474f2
19 changed files with 57 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
; RUN: as < %s > Output/%s.bc
; RUN: as < testlink2.ll > Output/testlink2.bc
; RUN: link Output/%s.bc Output/testlink2.bc
; RUN: as < %s > %t.bc
; RUN: as < `dirname %s`/testlink2.ll > %t2.bc
; RUN: link %t.bc %t2.bc
%MyVar = external global int
%MyIntList = global { \2 *, int } { { \2, int }* null, int 17 }