diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-14 23:04:30 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-14 23:04:30 +0000 |
commit | a52bfcd3f0e81f76a072b4deb253b3f9e26983ca (patch) | |
tree | 78239b8c8370453563f984b581eae7b80fd6a470 /test | |
parent | b7300fa8d25be539879af8844dcc3b4bc0c58dce (diff) | |
download | external_llvm-a52bfcd3f0e81f76a072b4deb253b3f9e26983ca.zip external_llvm-a52bfcd3f0e81f76a072b4deb253b3f9e26983ca.tar.gz external_llvm-a52bfcd3f0e81f76a072b4deb253b3f9e26983ca.tar.bz2 |
fix test for linux hosts.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/2007-03-15-GEP-Idx-Sink.ll | 2 |
1 files changed, 1 insertions, 1 deletions
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 d152533..27fb440 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: * |