mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
Modified the test so that it puts temporary files into the temporary directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6775392c3d
commit
aecbd278fe
@ -5,9 +5,9 @@
|
||||
; of the bug that was causing the Olden Health benchmark to output incorrect
|
||||
; results!
|
||||
;
|
||||
; RUN: llvm-as < %s | opt -constprop | llvm-dis > s1 && \
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > s2 && \
|
||||
; RUN: diff s1 s2
|
||||
; RUN: llvm-as < %s | opt -constprop | llvm-dis > %t.1 && \
|
||||
; RUN: llvm-as < %s | llvm-dis | llvm-as | opt -constprop | llvm-dis > %t.2 && \
|
||||
; RUN: diff %t.1 %t.2
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user