[patch] remove gcc::Precompile

Daniel Dunbar daniel at zuster.org
Sat Nov 23 10:16:41 PST 2013


LGTM


On Sun, Nov 17, 2013 at 3:20 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> Clang still has support for running gcc for performing various stages
> of a build. Right now it looks like this is used for
>
> * Supporting Fortran in the clang driver
> * Running an assembler or linker in systems we don't yet know how to
> run them directly.
>
> It looks like the gcc::Precompile is a vestige from the days when we
> supported using clang for C and running gcc for c++. The attached
> patch removes it (yes, we have no tests for it).
>
> Cheers,
> Rafael
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131123/5b76f3ec/attachment.html>


More information about the cfe-commits mailing list