[llvm] r197689 - Add a triple so that this passes on OS X.

Rafael Espindola rafael.espindola at gmail.com
Thu Dec 19 08:06:33 PST 2013


Author: rafael
Date: Thu Dec 19 10:06:33 2013
New Revision: 197689

URL: http://llvm.org/viewvc/llvm-project?rev=197689&view=rev
Log:
Add a triple so that this passes on OS X.

I am surprised I am the first one to notice this.

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=197689&r1=197688&r2=197689&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/ssp-data-layout.ll Thu Dec 19 10:06:33 2013
@@ -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 (>=





More information about the llvm-commits mailing list