[cfe-commits] r70099 - /cfe/trunk/lib/Driver/Driver.cpp

Douglas Gregor dgregor at apple.com
Sat Apr 25 17:37:38 PDT 2009


Author: dgregor
Date: Sat Apr 25 19:37:38 2009
New Revision: 70099

URL: http://llvm.org/viewvc/llvm-project?rev=70099&view=rev
Log:
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

Modified:
    cfe/trunk/lib/Driver/Driver.cpp

Modified: cfe/trunk/lib/Driver/Driver.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Driver.cpp?rev=70099&r1=70098&r2=70099&view=diff

==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Sat Apr 25 19:37:38 2009
@@ -45,7 +45,7 @@
     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.





More information about the cfe-commits mailing list