[LLVMdev] lli supports different targets than llc?

Renato Golin renato.golin at linaro.org
Tue Jul 28 03:26:45 PDT 2015


On 28 July 2015 at 07:15, James Molloy <james at jamesmolloy.co.uk> wrote:
> You're asking lli to create a JIT for ARM code on an Intel platform...
> That's not realistically going to be achievable :)
>
> Cross compilation is easy, cross execution requires an emulator.

This seems like a common enough misconception, that I slightly
re-worded the lli docs to make sure this is clear:

http://llvm.org/docs/CommandGuide/lli.html

cheers,
--renato



More information about the llvm-dev mailing list