mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-01 00:33:09 +00:00
Force a triple here so this test doesn't fail on EABI hosts (like clang-native-arm-cortex-a9).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133134 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3cae396e03
commit
33b4f725ea
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -o - | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=armv7-apple-ios -o - | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=arm-none-eabi -o - | FileCheck --check-prefix=EABI %s
|
||||
|
||||
@from = common global [500 x i32] zeroinitializer, align 4
|
||||
|
Loading…
Reference in New Issue
Block a user