<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 22, 2009, at 2:19 PM, Kasra wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><table cellspacing="0" cellpadding="0" border="0" style="position: static; z-index: auto; "><tbody><tr><td valign="top" style="font: inherit;">Hi,<br><br>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?<br></td></tr></tbody></table></blockquote></div><br><div>This recently changed.  In your main program, please #include "llvm/Target/TargetSelect.h" and call InitializeNativeTarget(); before setting up the execution engine,</div><div><br></div><div>-Chris</div></body></html>