forked from OSchip/llvm-project
Another shot at switching PCH on by default, now that we've cleaned up some bugs and improved performance. Will be reverted after Mr. Speedy gets done with it
llvm-svn: 70099
This commit is contained in:
parent
6f5c15688d
commit
06ccf7a463
|
@ -45,7 +45,7 @@ Driver::Driver(const char *_Name, const char *_Dir,
|
|||
Host(0),
|
||||
CCCIsCXX(false), CCCEcho(false), CCCPrintBindings(false),
|
||||
CCCGenericGCCName("gcc"), CCCUseClang(true), CCCUseClangCXX(false),
|
||||
CCCUseClangCPP(true), CCCUsePCH(false),
|
||||
CCCUseClangCPP(true), CCCUsePCH(true),
|
||||
SuppressMissingInputWarning(false)
|
||||
{
|
||||
// Only use clang on i386 and x86_64 by default.
|
||||
|
|
Loading…
Reference in New Issue