forked from OSchip/llvm-project
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
e104d89c8f
commit
bda7aa5938
|
@ -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