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 e104d89c8f
commit bda7aa5938
1 changed files with 1 additions and 1 deletions

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