mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-20 14:29:27 +00:00
Avoid generating tempfile(s) never used
As DejaGNU is deprecated, it seems pipe-jam issue doesn't exist any more. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180892 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9e180aaea
commit
2bab197bc8
@ -1,6 +1,6 @@
|
||||
; Test that vectors are scalarized/lowered correctly.
|
||||
; RUN: llc < %s -march=x86 -mcpu=i386 > %t
|
||||
; RUN: llc < %s -march=x86 -mcpu=yonah >> %t
|
||||
; RUN: llc < %s -march=x86 -mcpu=i386
|
||||
; RUN: llc < %s -march=x86 -mcpu=yonah
|
||||
|
||||
%d8 = type <8 x double>
|
||||
%f1 = type <1 x float>
|
||||
|
Loading…
x
Reference in New Issue
Block a user