]> granicus.if.org Git - clang/commit
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)
commit9935bd17617e26c8df84c675a5222d42b05e4565
tree471c7d306ce4797c4c61cdee3c74d492a4527853
parentffa220b1a7c6370c0802958723b80942c8403090
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239608 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ToolChain.h
lib/Driver/Driver.cpp