<div class="gmail_quote">On Fri, May 13, 2011 at 2:20 PM, Hans Stimer <span dir="ltr"><<a href="mailto:hans.stimer@gmail.com">hans.stimer@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It appears that when you link bitcode files into a native executable using llvm-ld, that gcc is used for the final step.<div><br></div><div>I would like to create a tool that creates native executables without requiring gcc/clang. Is that currently supported with llvm?</div>
</blockquote><div><br></div><div>To create executables, LLVM relies on the system linker (gcc, visual c, etc.).  Even Clang uses the system linker for the final link step.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><br><div>Thanks,</div><div><br></div><div>Justin Holewinski</div><br>