From 927ad4a9f68dc9b3f652ceba3b590749d04ac613 Mon Sep 17 00:00:00 2001 From: Josh Magee Date: Thu, 19 Dec 2013 18:14:42 +0000 Subject: [PATCH] Unbreak ARM buildbots after r197653 by forcing the target triple on this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197709 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/ssp-data-layout.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/ssp-data-layout.ll b/test/CodeGen/ARM/ssp-data-layout.ll index b055e56e64b..ad4195b5192 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 -mtriple=arm-linux -o - | FileCheck %s +; RUN: llc < %s -disable-fp-elim -march=arm -mcpu=cortex-a8 -mtriple arm-linux-gnu -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 (>= -- 2.34.1