On Wed, Jul 7, 2010 at 1:55 PM, Eugene Toder <eltoder at gmail.com> wrote: >> The clang driver generally uses an installed gcc to do the assemble >> and link steps at the moment. > > gcc? I thought it uses binutils. It does. But clang uses the gcc driver to invoke the binutils tools anyway. Presumably it's easier that way. Reid