Turn of PCH by default. I got the info I was looking for

llvm-svn: 70106
This commit is contained in:
Douglas Gregor 2009-04-26 01:34:47 +00:00
parent f0b64d73a8
commit 58d23997c8
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(true),
CCCUseClangCPP(true), CCCUsePCH(false),
SuppressMissingInputWarning(false)
{
// Only use clang on i386 and x86_64 by default.