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