diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll index f717fde4f9e..d10a4117a0d 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll +++ b/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll @@ -1,8 +1,5 @@ ; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null -; This fails because __main is not resolved in remote mcjit on cygming. -; XFAIL: cygwin,mingw32,mips - define i32 @bar() { ret i32 0 } |