mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-25 21:18:19 +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,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
|
||||
|
||||
Reference in New Issue
Block a user