X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Fremote%2Fcross-module-sm-pic-a.ll;h=7f70cda4a36443632140847cabe1f1547fe28174;hp=415fd25409d6685d424127a247add22b6dc0c6ec;hb=a769f56ac58b9ab9aacbd0c7198cd19272254855;hpb=3f2e0d9a1ff636fe063460e274e82a0350c5a7c1 diff --git a/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll b/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll index 415fd25409d..7f70cda4a36 100644 --- a/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll +++ b/test/ExecutionEngine/MCJIT/remote/cross-module-sm-pic-a.ll @@ -1,5 +1,5 @@ ; RUN: %lli -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target%exeext -relocation-model=pic -code-model=small %s > /dev/null -; XFAIL: mips-, mipsel-, i686, i386, arm +; XFAIL: mips-, mipsel-, i686, i386, arm, x86 declare i32 @FB()