From: Eli Friedman Date: Thu, 16 Jun 2011 01:49:31 +0000 (+0000) Subject: Force a triple here so this test doesn't fail on EABI hosts (like clang-native-arm... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=33b4f725ea2ff83bf39861c2c9ce490dbdd099f4;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/ARM/memfunc.ll b/test/CodeGen/ARM/memfunc.ll index 032129d5b1e..757364b8d77 100644 --- a/test/CodeGen/ARM/memfunc.ll +++ b/test/CodeGen/ARM/memfunc.ll @@ -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