From: Rafael Espindola Date: Thu, 19 Dec 2013 16:06:33 +0000 (+0000) Subject: Add a triple so that this passes on OS X. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=afe1c6b96d2a62fdb656e8c1689005c4a4a1e481;p=oota-llvm.git Add a triple so that this passes on OS X. I am surprised I am the first one to notice this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197689 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/ssp-data-layout.ll b/test/CodeGen/ARM/ssp-data-layout.ll index afcdfdee1aa..b055e56e64b 100644 --- a/test/CodeGen/ARM/ssp-data-layout.ll +++ b/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 (>=