On 30 August 2010 19:15, nobled <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
