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:
Gabor Greif 2008-02-26 13:37:13 +00:00
parent 1514010270
commit 72c8f0d156
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as | llc -march=ppc32
; RUN: llvm-as < %s | llc -march=ppc32
define i32 @foo() {
entry:

View File

@ -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: