diff options
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll b/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll index 51c6d2584aa..d10a4117a0d 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll +++ b/llvm/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 } |