[llvm] r197709 - Unbreak ARM buildbots after r197653 by forcing the target triple on this test.

Josh Magee joshua_magee at playstation.sony.com
Thu Dec 19 10:14:43 PST 2013


Author: jmagee
Date: Thu Dec 19 12:14:42 2013
New Revision: 197709

URL: http://llvm.org/viewvc/llvm-project?rev=197709&view=rev
Log:
Unbreak ARM buildbots after r197653 by forcing the target triple on this test.

Modified:
    llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll

Modified: llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll?rev=197709&r1=197708&r2=197709&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll Thu Dec 19 12:14:42 2013
@@ -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 (>=





More information about the llvm-commits mailing list