diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-12-02 20:20:32 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-12-02 20:20:32 +0000 |
commit | d35424f9ca617543a1101fb168246e8fbb99dc62 (patch) | |
tree | ca4d80fb88db2ab53a5aa05fc7913090cf7dce86 | |
parent | 5709254bd5f11a16ecb45e8f8984e543f8221cbb (diff) | |
download | bcm5719-llvm-d35424f9ca617543a1101fb168246e8fbb99dc62.tar.gz bcm5719-llvm-d35424f9ca617543a1101fb168246e8fbb99dc62.zip |
XFAIL for now. If someone with access to an ARM/Linux host wants to have a look
that would be great. They're ARM JIT failures, so without that, it's tough.
llvm-svn: 120731
-rw-r--r-- | llvm/test/ExecutionEngine/2005-12-02-TailCallBug.ll | 1 | ||||
-rw-r--r-- | llvm/test/ExecutionEngine/test-call.ll | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/ExecutionEngine/2005-12-02-TailCallBug.ll b/llvm/test/ExecutionEngine/2005-12-02-TailCallBug.ll index 83236888c64..874ce39e662 100644 --- a/llvm/test/ExecutionEngine/2005-12-02-TailCallBug.ll +++ b/llvm/test/ExecutionEngine/2005-12-02-TailCallBug.ll @@ -1,5 +1,6 @@ ; PR672 ; RUN: lli %s +; XFAIL: arm define i32 @main() { %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32* ; <i32*> [#uses=1] diff --git a/llvm/test/ExecutionEngine/test-call.ll b/llvm/test/ExecutionEngine/test-call.ll index 27e16f0f34f..c4131a20f79 100644 --- a/llvm/test/ExecutionEngine/test-call.ll +++ b/llvm/test/ExecutionEngine/test-call.ll @@ -1,4 +1,5 @@ ; RUN: lli %s > /dev/null +; XFAIL: arm declare void @exit(i32) |