[LLVMdev] JIT compiler on ARM issue

Tim Northover tnorthover at apple.com
Tue Oct 1 06:49:40 PDT 2013


Hi Dirkjan,

> I've tried looking for this error, but can't seem to find any more information on what the cause of this could be.

This looks like a backtrace from the legacy JIT. Unfortunately that's known to be broken on ARM and you should use the MCJIT instead (see tools/lli/lli.cpp for an example of how to enable it).

We're hoping to get rid of the old one soon, but there are one or two features that don't quite work there yet. Lazy compilation is the only one I know of, since we got multi-module support yesterday. But there may be more.

Cheers.

Tim.



More information about the llvm-dev mailing list