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:
Douglas Gregor 2009-04-26 00:37:38 +00:00
parent 6f5c15688d
commit 06ccf7a463
1 changed files with 1 additions and 1 deletions

View File

@ -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.