[cfe-dev] clang's linker

Jean-Daniel Dupas devlists at shadowlab.org
Thu Oct 29 15:21:53 PDT 2009


Le 29 oct. 2009 à 23:03, Juan Carlos Martinez Santos a écrit :

> 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>.
>
> Thanks in advance.


It's OS dependent. Each OS may have a different tool chain. Tools are  
defined in clang/lib/Driver/Tools.cpp.


-- Jean-Daniel








More information about the cfe-dev mailing list