<div dir="ltr">Hi,<div><br></div><div style>I have a small example program that is supposed to generate cross-compiled JIT code with the MCJIT execution engine on an x86 host. The code works fine if I choose x86 as target platform, but if I choose ARM, I hit an assertion in include/llvm/CodeGen/MachineOperand.h:260 (This is not a register operand).</div>
<div style><br></div><div style>I am not sure if an older post regarding this assertion are relevant to my problem (<a href="http://lists.cs.uiuc.edu/pipermail/llvmbugs/2011-February/016779.html">http://lists.cs.uiuc.edu/pipermail/llvmbugs/2011-February/016779.html</a>), but I still have this issue in the current SVN version.</div>
<div style><br></div><div style>I would be very happy if you can offer me some assistance.</div><div style><br></div><div style>Jonas</div><div style><br></div><div style>P.s: Code is attached.</div></div>