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
+3 -3
View File
@@ -1,7 +1,7 @@
; RUN: as < %s | dis -c > Output/%s.cbe.c
; RUN: gcc -B/usr/bin/ Output/%s.cbe.c -o Output/%s.cbe
; RUN: Output/%s.cbe
; RUN: as < %s | dis -c > f1.cbe.c
; RUN: gcc -B/usr/bin/ f1.cbe.c -o f1.cbe
; RUN: ./f1.cbe
bool %doTest(ubyte %x) {
%dec.0 = add ubyte %x, 255