[LLVMdev] X86 JIT
Chris Lattner
clattner at apple.com
Mon Jun 22 16:43:36 PDT 2009
On Jun 22, 2009, at 2:19 PM, Kasra wrote:
> Hi,
>
> for some reason I could not get the machine code generator for x86
> working. The interpreter is the only thing that works, is there
> anything that I am missing here?
This recently changed. In your main program, please #include "llvm/
Target/TargetSelect.h" and call InitializeNativeTarget(); before
setting up the execution engine,
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090622/8712d6ad/attachment.html>
More information about the llvm-dev
mailing list