forked from OSchip/llvm-project
parent
5e7658c2e4
commit
0b82607fa1
|
@ -1,5 +1,6 @@
|
|||
; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-apple-darwin | grep and | count 1
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=i686-pc-linux | grep and | count 1
|
||||
; XFAIL: *
|
||||
|
||||
declare void @bar(<2 x i64>* %n)
|
||||
|
||||
|
|
Loading…
Reference in New Issue