forked from OSchip/llvm-project
Don't bother running the assembler, we don't know that it will be configured
for whatever llc defaults to. This fixes PR3363 llvm-svn: 62619
This commit is contained in:
parent
de46097847
commit
f8a8c13c1e
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue