Allow ToolChain to decide if Clang is not the right C compiler.
authorDouglas Katzman <dougk@google.com>
Fri, 12 Jun 2015 15:45:21 +0000 (15:45 +0000)
committerDouglas Katzman <dougk@google.com>
Fri, 12 Jun 2015 15:45:21 +0000 (15:45 +0000)
commit0024909c68b272a5e8e3406dbe67d7f089ea70ef
treeef75458e56bd2c7e477fef31b1a90c2f657622c8
parentf367dd90cc2f51f43ad1f2d93b3e69613f43f3f1
Allow ToolChain to decide if Clang is not the right C compiler.

Removed comment in Driver::ShouldUseClangCompiler implying that there
was an opt-out ability at that point - there isn't.

Differential Revision: http://reviews.llvm.org/D10246

llvm-svn: 239608
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/Driver.cpp