Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.
authorBob Wilson <bob.wilson@apple.com>
Fri, 23 Nov 2012 06:14:39 +0000 (06:14 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 23 Nov 2012 06:14:39 +0000 (06:14 +0000)
commitdecc03efe84188a67be4d2c2f6e15308f775eadf
tree32acb91dcbb8600b337adc77701429be8185f95e
parentfee0e0f7928c2b644cf1fa00fa890e5eff2a916d
Reapply a subset of r167567 to clean up Darwin-specific code for invoking gcc.

Unlike my previous attempt at this, this patch leaves intact the check for
whether clang can handle the input file type, and for non-Darwin toolchains it
will invoke gcc for things it cannot handle. For Darwin toolchains, the
behavior reported in pr14338 still occurs with this patch, but that is a
definite improvement from what happens currently, where it just crashes with
an assertion failure.

llvm-svn: 168505
clang/lib/Driver/ToolChains.cpp
clang/lib/Driver/Tools.cpp
clang/lib/Driver/Tools.h