Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently...
[oota-llvm.git] / test / ExecutionEngine / 2005-12-02-TailCallBug.ll
index 874ce39e662f79368a8e08a40be6620bec736c41..4d7bd895d24e1c8c90adb1cfc1ec0103d88763d5 100644 (file)
@@ -1,6 +1,7 @@
 ; PR672
-; RUN: lli %s
+; RUN: %lli %s
 ; XFAIL: arm
+; XFAIL: mcjit-ia32
 
 define i32 @main() {
        %f = bitcast i32 (i32, i32*, i32)* @check_tail to i32*          ; <i32*> [#uses=1]