From 357d013e5431b5ea8610f6389db6e00a0ff7dba5 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 19 Dec 2013 16:06:33 +0000 Subject: Add a triple so that this passes on OS X. I am surprised I am the first one to notice this. llvm-svn: 197689 --- llvm/test/CodeGen/ARM/ssp-data-layout.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/CodeGen') 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 (>= -- cgit v1.2.3