[LLVMdev] "clang -v" shows a GCC call

Eric Christopher echristo at apple.com
Tue Apr 27 11:03:40 PDT 2010


On Apr 27, 2010, at 8:31 AM, Swiss Guy wrote:

> But first, I just would like to compile something on my Linux platform in
> order to test the software, no question about cross-compiling at the moment.
> The only problem is that every time I try to compile using the command
> below, I get this result telling me that Clang is calling gcc instead of all
> the LLVM tools

That's the link step and it's easier to use the gcc driver to accomplish the link
step.

At least I think, Daniel will correct me if I'm wrong :)

-eric



More information about the llvm-dev mailing list