ping

On 17 November 2013 18:20, Rafael Espíndola <[email protected]> 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
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to