mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 02:07:56 +00:00
Let's try to have our cake and eat it to: move
this test into FrontendC to ensure that llvm-gcc is available; assemble using "llvm-gcc -xassembler" rather than "as". llvm-svn: 62683
This commit is contained in:
parent
e60dd41a39
commit
07b1beeba8
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
; RUN: llvm-as < %s | llc -o - | %llvmgcc -xassembler -c -o /dev/null -
|
||||
; 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
Block a user