XFAIL for now. If someone with access to an ARM/Linux host wants to have a look
authorJim Grosbach <grosbach@apple.com>
Thu, 2 Dec 2010 20:20:32 +0000 (20:20 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 2 Dec 2010 20:20:32 +0000 (20:20 +0000)
that would be great. They're ARM JIT failures, so without that, it's tough.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120731 91177308-0d34-0410-b5e6-96231b3b80d8

test/ExecutionEngine/2005-12-02-TailCallBug.ll
test/ExecutionEngine/test-call.ll

index 83236888c645bf2dbf8c94db8364026994d6a71b..874ce39e662f79368a8e08a40be6620bec736c41 100644 (file)
@@ -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]
index 27e16f0f34f71456515cd5f95b36ada16df779bc..c4131a20f7951d72e0e810be718593cebd4a29d4 100644 (file)
@@ -1,4 +1,5 @@
 ; RUN: lli %s > /dev/null
+; XFAIL: arm
 
 declare void @exit(i32)