summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/memfunc.ll
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2013-12-16 18:51:28 +0000
committerJoerg Sonnenberger <joerg@bec.de>2013-12-16 18:51:28 +0000
commit8fe41b731968da51e9fb2b0b889fe49df6c23649 (patch)
tree58ce1d0b345603d6628b3b78416039687af0250a /llvm/test/CodeGen/ARM/memfunc.ll
parent0c1652dabd56bf8d60e693c4dd6675c65cbf1370 (diff)
downloadbcm5719-llvm-8fe41b731968da51e9fb2b0b889fe49df6c23649.tar.gz
bcm5719-llvm-8fe41b731968da51e9fb2b0b889fe49df6c23649.zip
Recognize EABIHF as environment and use it for RTAPI + VFP.
llvm-svn: 197405
Diffstat (limited to 'llvm/test/CodeGen/ARM/memfunc.ll')
-rw-r--r--llvm/test/CodeGen/ARM/memfunc.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/memfunc.ll b/llvm/test/CodeGen/ARM/memfunc.ll
index fe0056c42a1..a724080b74c 100644
--- a/llvm/test/CodeGen/ARM/memfunc.ll
+++ b/llvm/test/CodeGen/ARM/memfunc.ll
@@ -1,6 +1,7 @@
; RUN: llc < %s -mtriple=armv7-apple-ios -o - | FileCheck %s
; RUN: llc < %s -mtriple=thumbv7m-darwin-eabi -o - | FileCheck %s --check-prefix=DARWIN
; RUN: llc < %s -mtriple=arm-none-eabi -o - | FileCheck --check-prefix=EABI %s
+; RUN: llc < %s -mtriple=arm-none-eabihf -o - | FileCheck --check-prefix=EABI %s
@from = common global [500 x i32] zeroinitializer, align 4
@to = common global [500 x i32] zeroinitializer, align 4
OpenPOWER on IntegriCloud