X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FOrcMCJIT%2Fremote%2Fcross-module-a.ll;h=249aad2d4b48775c9f4a97dce9e600fe9ab9686c;hb=7ab54fc926fd2ef4b7826957b3f6b9bf1963f01c;hp=16553ebd2adefbf7db0a6204040ff8f7b464fe6f;hpb=37ec4dcde391755d552dd7b7eb1c996ffc61c9e8;p=oota-llvm.git diff --git a/test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll b/test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll index 16553ebd2ad..249aad2d4b4 100644 --- a/test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll +++ b/test/ExecutionEngine/OrcMCJIT/remote/cross-module-a.ll @@ -1,4 +1,5 @@ ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /dev/null +; XFAIL: win32 declare i32 @FB()