projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
305d253
)
XFAIL this on x86 linux as it continues to fail.
author
Reid Spencer
<rspencer@reidspencer.com>
Thu, 1 Feb 2007 22:10:46 +0000
(22:10 +0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Thu, 1 Feb 2007 22:10:46 +0000
(22:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33768
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/ARM/large-stack.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/ARM/large-stack.ll
b/test/CodeGen/ARM/large-stack.ll
index 695c4c6e1d1c39e95caaf925348bb99c702cc26a..f4bf5189f4a74a63bcd43c06812b7aaf8cc51f6d 100644
(file)
--- a/
test/CodeGen/ARM/large-stack.ll
+++ b/
test/CodeGen/ARM/large-stack.ll
@@
-1,6
+1,8
@@
; RUN: llvm-as < %s | llc -march=arm &&
; RUN: llvm-as < %s | llc -march=arm -enable-thumb &&
-; RUN: llvm-as < %s | llc -march=arm -enable-thumb | grep 'ldr.*LCP' | wc -l | grep 5
+; RUN: llvm-as < %s | llc -march=arm -enable-thumb | \
+; RUN: grep 'ldr.*LCP' | wc -l | grep 5
+; XFAIL: *86-pc-linux-gnu
define void @test1() {
%tmp = alloca [ 64 x i32 ] , align 4