Temporarily try to build with PCH by default. Revert this change once

we see what trouble it causes.

llvm-svn: 70017
This commit is contained in:
Douglas Gregor 2009-04-25 06:28:32 +00:00
parent 9af40c1e14
commit 9e17c07741
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.