[llvm-commits] [llvm] r73595 - /llvm/trunk/tools/lli/lli.cpp

Török Edwin edwintorok at gmail.com
Wed Jun 17 03:16:30 PDT 2009


On 2009-06-17 05:15, Chris Lattner wrote:
> Author: lattner
> Date: Tue Jun 16 21:15:40 2009
> New Revision: 73595
>
> URL: http://llvm.org/viewvc/llvm-project?rev=73595&view=rev
> Log:
> Use Doug's new LLVM_NATIVE_ARCH macro in config.h to link in the native
> target so that the JIT works in LLI, not just the interpreter.
>   

Hi Chris,

Is this something that every JIT client should do?
examples/BrainF segfaults, because it finds no JITs for the target.

If this is something that every JIT client should do, then it would be
nice to have something in
ExecutionEngine.h that would ensure that the proper JIT is linked in.

Best regards,
--Edwin




More information about the llvm-commits mailing list