Displaying 1 result from an estimated 1 matches for "addglobaltomapping".
Did you mean:
addglobalmapping
2006 Sep 19
3
[LLVMdev] failed assertion in PPCJITInfo.cpp when calling native function
Hi,
This is a follow up to my previous email since I have now found out a bit
more about what goes wrong.
I am generating JIT code that calls a native function, but I get the following
assertion telling me that the PC relative jump is too long:
/llvm/lib/Target/PowerPC/PPCJITInfo.cpp:206: failed assertion
`ResultPtr >= -(1 << 23) && ResultPtr < (1 << 23) &&