diff options
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll b/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll index f1a69d8..d10a411 100644 --- a/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll @@ -1,5 +1,4 @@ -; RUN: %lli_mcjit -remote-mcjit %s > /dev/null -; XFAIL: mips +; RUN: %lli_mcjit -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null define i32 @bar() { ret i32 0 |