diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-19 16:06:33 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-12-19 16:06:33 +0000 |
commit | 357d013e5431b5ea8610f6389db6e00a0ff7dba5 (patch) | |
tree | 8d38e135f6c099deac45cc1296f05ff247c8c8f4 /llvm/test/CodeGen/ARM/ssp-data-layout.ll | |
parent | ed79c96f89b3fd5d9998974e06bb596e70214265 (diff) | |
download | bcm5719-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.ll | 2 |
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 (>= |