Pass -mtriple to llc to appease buildbot.

This fixes the test case I committed in r234430.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234439 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Akira Hatanaka 2015-04-08 21:30:48 +00:00
parent 83a5f9fbf4
commit 0400513fd3

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