Don't bother running the assembler, we don't know that it will be configured

for whatever llc defaults to.  This fixes PR3363


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-01-20 21:41:53 +00:00
parent a894ae130b
commit 1d5ee5c3b8

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -o - | as -o /dev/null
; RUN: llvm-as < %s | llc
; PR2609
%struct..0._11 = type { i32 }
%struct..1__pthread_mutex_s = type { i32, i32, i32, i32, i32, %struct..0._11 }