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:
parent
28081cec7b
commit
a1ad440430
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user