From 47b7fd54481d25aff90bfe772d54435bbea0908f Mon Sep 17 00:00:00 2001 From: Andrew Kaylor Date: Tue, 29 Oct 2013 01:29:56 +0000 Subject: Adding a workaround for __main linking with remote lli and Cygwin/MinGW git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193570 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ExecutionEngine/MCJIT/remote/cross-module-a.ll | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/ExecutionEngine/MCJIT/remote/cross-module-a.ll') diff --git a/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll b/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll index 79efb3c..094d362 100644 --- a/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll +++ b/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll @@ -1,8 +1,5 @@ ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null -; This fails because __main is not resolved in remote mcjit. -; XFAIL: cygwin,mingw32 - declare i32 @FB() define i32 @FA() { -- cgit v1.1