summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ssp-data-layout.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-12-19 16:06:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-12-19 16:06:33 +0000
commit357d013e5431b5ea8610f6389db6e00a0ff7dba5 (patch)
tree8d38e135f6c099deac45cc1296f05ff247c8c8f4 /llvm/test/CodeGen/ARM/ssp-data-layout.ll
parented79c96f89b3fd5d9998974e06bb596e70214265 (diff)
downloadbcm5719-llvm-357d013e5431b5ea8610f6389db6e00a0ff7dba5.tar.gz
bcm5719-llvm-357d013e5431b5ea8610f6389db6e00a0ff7dba5.zip
Add a triple so that this passes on OS X.
I am surprised I am the first one to notice this. llvm-svn: 197689
Diffstat (limited to 'llvm/test/CodeGen/ARM/ssp-data-layout.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ssp-data-layout.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ssp-data-layout.ll b/llvm/test/CodeGen/ARM/ssp-data-layout.ll
index afcdfdee1aa..b055e56e64b 100644
--- a/llvm/test/CodeGen/ARM/ssp-data-layout.ll
+++ b/llvm/test/CodeGen/ARM/ssp-data-layout.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -disable-fp-elim -march=arm -o - | FileCheck %s
+; RUN: llc < %s -disable-fp-elim -mtriple=arm-linux -o - | FileCheck %s
; This test is fairly fragile. The goal is to ensure that "large" stack
; objects are allocated closest to the stack protector (i.e., farthest away
; from the Stack Pointer.) In standard SSP mode this means that large (>=
OpenPOWER on IntegriCloud