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

Douglas Gregor dgregor at apple.com
Fri Apr 24 23:28:32 PDT 2009


Author: dgregor
Date: Sat Apr 25 01:28:32 2009
New Revision: 70017

URL: http://llvm.org/viewvc/llvm-project?rev=70017&view=rev
Log:
Temporarily try to build with PCH by default. Revert this change once
we see what trouble it causes.

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=70017&r1=70016&r2=70017&view=diff

==============================================================================
--- cfe/trunk/lib/Driver/Driver.cpp (original)
+++ cfe/trunk/lib/Driver/Driver.cpp Sat Apr 25 01:28:32 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