[cfe-dev] clang's linker

Chris Lattner clattner at apple.com
Thu Oct 29 15:22:24 PDT 2009


On Oct 29, 2009, at 3:03 PM, Juan Carlos Martinez Santos wrote:
> Hello,
>
> I have a question, what is the linker program in CLANG? For GCC, I  
> know that it uses <ld>, and LLVM uses <llvm-ld>.

Both llvm-gcc and clang use the system linker ("ld").  However, in  
Clang you can define your own ToolChain in the driver to make it do  
different things.

-Chris



More information about the cfe-dev mailing list