[patch] remove gcc::Precompile

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Nov 17 15:20:02 PST 2013


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: text/x-patch
Size: 2464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131117/bf1cc029/attachment.bin>


More information about the cfe-commits mailing list