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
This commit is contained in:
Rafael Espindola 2013-12-19 16:06:33 +00:00
parent 44dc232eae
commit afe1c6b96d

View File

@ -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 ; 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 ; objects are allocated closest to the stack protector (i.e., farthest away
; from the Stack Pointer.) In standard SSP mode this means that large (>= ; from the Stack Pointer.) In standard SSP mode this means that large (>=