forked from OSchip/llvm-project
parent
2044a5183d
commit
7b989d853e
|
@ -1,4 +1,5 @@
|
|||
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin
|
||||
; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin -relocation-model=pic -disable-fp-elim -fast -regalloc=local
|
||||
|
||||
%struct.CGPoint = type { double, double }
|
||||
%struct.NSArray = type { %struct.NSObject }
|
||||
|
|
Loading…
Reference in New Issue