[cfe-commits] [PATCH] PR7997 - Make "-ccc-cxx" option work on Linux

Rafael Espindola espindola at google.com
Sun Sep 5 19:39:08 PDT 2010


On 30 August 2010 19:15, nobled <nobled at dreamwidth.org> wrote:
> http://llvm.org/bugs/show_bug.cgi?id=7997
>
> The option -ccc-cxx is supposed to make Clang "Act as a C++ driver",
> even if it's not called from a clang++-2.8 symlink, but it only
> actually does that on darwin, auroraux, openbsd, freebsd, minix, and
> dragonfly (the platforms with Link::ConstructJob methods in
> lib/Driver/Tools.cpp). The attached patch makes it work on Linux, too
> (since the point of CCCGenericGCCName is to be the executable called
> for linking/etc in gcc::Common::ConstructJob in lib/Driver/Tools.cpp).

I committed a variation in 113138.

Thanks,
-- 
Rafael Ávila de Espíndola




More information about the cfe-commits mailing list