X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=test%2FExecutionEngine%2FMCJIT%2Fremote%2Fstubs-remote.ll;h=da4ddc6943c29714796c4a6499ff7e3934ee97a9;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=48b939bbe35b89fe4ea4ab393513731f0c5e4d14;hpb=1214e71d771ca1083b5cb7d12e515d10b6537db2;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll b/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll index 48b939bbe35..da4ddc6943c 100644 --- a/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/stubs-remote.ll @@ -1,4 +1,4 @@ -; RUN: %lli_mcjit -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s +; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s ; XFAIL: * ; This test should fail until remote symbol resolution is supported.