X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FExecutionEngine%2FMCJIT%2Fremote%2Ftest-common-symbols-remote.ll;h=0f58710603d0428d95c2b2dfe843be5fdb46c19f;hb=875710a2fd6b3c4f814961582594bd5c1cdb493a;hp=023263ec011dfd3d805088370eb59d160a03d156;hpb=0ab5c6c16b1b09d76c3ba2d70443b10bcc26169c;p=oota-llvm.git diff --git a/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll b/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll index 023263ec011..0f58710603d 100644 --- a/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll +++ b/test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll @@ -1,5 +1,4 @@ -; RUN: %lli_mcjit -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target %s -; XFAIL: mips +; RUN: %lli -remote-mcjit -O0 -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s ; The intention of this test is to verify that symbols mapped to COMMON in ELF ; work as expected.