]> granicus.if.org Git - clang/commitdiff
Temporarily disable PTH stat caching as it appears to be failing on some machines.
authorTed Kremenek <kremenek@apple.com>
Thu, 12 Feb 2009 03:36:54 +0000 (03:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 12 Feb 2009 03:36:54 +0000 (03:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64354 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/PTHLexer.cpp

index 9a973c979389860b19bba369c2de299a03fcf403..64ddb925c83c0d6b147c0d6742172a8ca90d6aa2 100644 (file)
@@ -825,5 +825,6 @@ public:
 };
 
 StatSysCallCache *PTHManager::createStatCache() {
-  return new PTHStatCache(*((PTHFileLookup*) FileLookup));
+  return 0;
+//  return new PTHStatCache(*((PTHFileLookup*) FileLookup));
 }