]> granicus.if.org Git - clang/commit
remove gcc::Precompile
authorRafael Espindola <rafael.espindola@gmail.com>
Sun, 24 Nov 2013 23:40:06 +0000 (23:40 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Sun, 24 Nov 2013 23:40:06 +0000 (23:40 +0000)
commite57f1b192a86b9e2cd3892d28acfeaa53298bf21
tree77ad062c838a4261da88186f571629f4569a5de1
parentbcedae48bd45042c428ffbda28a8a2786680886d
remove gcc::Precompile

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++. This patch removes it
(yes, we have no tests for it).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195586 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
lib/Driver/Tools.h