mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +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:
@@ -5,9 +5,9 @@
|
||||
; of the bug that was causing the Olden Health benchmark to output incorrect
|
||||
; results!
|
||||
;
|
||||
; RUN: as < %s | opt -constprop | dis > Output/%s && \
|
||||
; RUN: as < %s | dis | as | opt -constprop | dis > Output/%s2 && \
|
||||
; RUN: diff Output/%s Output/%s2
|
||||
; RUN: as < %s | opt -constprop | dis > s1 && \
|
||||
; RUN: as < %s | dis | as | opt -constprop | dis > s2 && \
|
||||
; RUN: diff s1 s2
|
||||
|
||||
implementation
|
||||
|
||||
|
Reference in New Issue
Block a user