mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
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:
@@ -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 }
|
||||
|
Reference in New Issue
Block a user