mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-18 09:27:27 +00:00
Add a triple so that right syntax is choosen on mac osx systems
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211188 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b6e6fc1a8
commit
5d5ddf9663
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm64 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=aarch64-none-linux-gnu -march=arm64 | FileCheck %s
|
||||
|
||||
|
||||
define <4 x i16> @fptosi_v4f64_to_v4i16(<4 x double>* %ptr) {
|
||||
|
Loading…
Reference in New Issue
Block a user