1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Pass -mtriple to llc to appease buildbot.

This fixes the test case I committed in r234430.

llvm-svn: 234439
This commit is contained in:
Akira Hatanaka 2015-04-08 21:30:48 +00:00
parent 28081cec7b
commit a1ad440430

View File

@ -1,4 +1,4 @@
; RUN: llc -march=aarch64 %s -o - | FileCheck %s
; RUN: llc -mtriple=arm64-apple-ios7.0 %s -o - | FileCheck %s
@g0 = external global <3 x float>, align 16
@g1 = external global <3 x float>, align 4