<div dir="ltr"><span style="color:rgb(80,0,80)">> The newer system is called the MCJIT, and *should* work on ARM. If you look at how lli is implemented (tools/lli/lli.cpp) you should be able to see calls to "setUseMCJIT" which you'll want to duplicate in your code.</span><br>
<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Side note: this won't work in 2.8 :) In any case, asking for proper<br>

ARM codegen in 2.8 is a big challenge.<br></blockquote><div><br></div><div style>Yeah, I actually thought I was using the MCJIT (turns out you actually need to include MCJIT.h, not just call setUseMCJIT() on your EngineBuilder, d'oh!), and now I get presented with:</div>
<div style><br></div><div style>LLVM ERROR: Target does not support MC emission!<br></div><div style><br></div><div style>So looks like it's back to the drawing board, and I'll need to port a later version of LLVM to Android. Thanks for the help!</div>
<div style><br></div><div style>Cheers,</div><div style>Stephen</div></div></div></div>