mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -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
|
||||
|
Reference in New Issue
Block a user