mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 23:32:27 +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". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62683 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74789ea170
commit
bf0fb175ab
@ -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…
x
Reference in New Issue
Block a user