mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Really feed llvm-as with the testcase, do not let it read from stdin. This fixes the hangs seen on solaris10.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1514010270
commit
72c8f0d156
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as | llc -march=ppc32
|
||||
; RUN: llvm-as < %s | llc -march=ppc32
|
||||
|
||||
define i32 @foo() {
|
||||
entry:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as | opt -instcombine | llvm-dis | not grep mul
|
||||
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep mul
|
||||
|
||||
define i26 @mul_283(i26 %a) nounwind {
|
||||
entry:
|
||||
|
Loading…
Reference in New Issue
Block a user