[LLVMdev] Native build clarification

Justin Holewinski justin.holewinski at gmail.com
Sat May 14 07:35:16 PDT 2011


On Fri, May 13, 2011 at 2:20 PM, Hans Stimer <hans.stimer at gmail.com> wrote:

> It appears that when you link bitcode files into a native executable using
> llvm-ld, that gcc is used for the final step.
>
> I would like to create a tool that creates native executables without
> requiring gcc/clang. Is that currently supported with llvm?
>

To create executables, LLVM relies on the system linker (gcc, visual c,
etc.).  Even Clang uses the system linker for the final link step.


>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>


-- 

Thanks,

Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110514/aafce225/attachment.html>


More information about the llvm-dev mailing list