[LLVMdev] LLVM-C headers: create native library

Reid Kleckner reid.kleckner at gmail.com
Wed Jul 7 14:02:41 PDT 2010


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



More information about the llvm-dev mailing list