<div class="gmail_extra">On Wed, Nov 7, 2012 at 10:46 AM, Michael Spencer <span dir="ltr"><<a href="mailto:bigcheesegs@gmail.com" target="_blank">bigcheesegs@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br>
</div></div>llvm currently has no way to generate PECOFF executables except to<br>
rely on the system linker. Your current options are:<br>
<br>
* Include the MinGW ld in your distribution.<br>
* Always use the llvm jit (with or without compiling your runtime to bitcode).<br>
* Wait for <a href="http://lld.llvm.org/" target="_blank">http://lld.llvm.org/</a> to become feature complete.<br></blockquote><div><br></div><div>If you build for an i386-*-win32 or x86_64-*-win32 target, you should also be able to link LLVM object files with the MSVC link.exe.</div>
<div><br></div><div>-Joe</div></div></div>