mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 11:08:27 +00:00
ARM64: specify triple so that Linux tests pass
Now that Linux is trying to reparse all inline asm it chokes on the different comment character in this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206382 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a8adcb569
commit
115d4f407b
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm64 -arm64-neon-syntax=apple -verify-machineinstrs
|
||||
; RUN: llc < %s -mtriple=arm64-apple-ios7.0 -arm64-neon-syntax=apple -verify-machineinstrs
|
||||
|
||||
; CHECK: fpr128
|
||||
; CHECK: ld1.2d
|
||||
|
Loading…
Reference in New Issue
Block a user