From a52bfcd3f0e81f76a072b4deb253b3f9e26983ca Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 14 Apr 2007 23:04:30 +0000 Subject: [PATCH] fix test for linux hosts. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36026 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll b/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll index d152533aefe..27fb440fa85 100644 --- a/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll +++ b/test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=arm && -; RUN: llvm-as < %s | llc -march=arm -stats 2>&1 | not grep 'register spills' +; RUN: llvm-as < %s | llc -march=arm -mtriple=arm-apple-darwin8 -stats 2>&1 | not grep 'register spills' ;; Must talk to evan about this. ; XFAIL: * -- 2.11.0