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