diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-01 22:10:46 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-01 22:10:46 +0000 |
commit | fa99eca959b80b39dc8ca50e563a4a0df3604f60 (patch) | |
tree | 742e42da77d339b480af065c54828a4908419707 | |
parent | 305d2533f6ef36a056d5777bdfc74077507b20b4 (diff) |
XFAIL this on x86 linux as it continues to fail.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33768 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/large-stack.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/large-stack.ll b/test/CodeGen/ARM/large-stack.ll index 695c4c6e1d..f4bf5189f4 100644 --- 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 |