================
@@ -362,7 +357,7 @@ DependencyScanningWorkerFilesystem::openFileForRead(const 
Twine &Path) {
   SmallString<256> OwnedFilename;
   StringRef Filename = Path.toStringRef(OwnedFilename);
 
-  if (Filename.ends_with(".pcm"))
+  if (shouldBypass(Filename))
----------------
jansvoboda11 wrote:

All implicitly-built PCM files, yes. We'll now start caching explicitly-built 
PCM files (that were either passed on the command line or extracted from a PCH 
file), but these are immutable anyways, so that should be fine.

https://github.com/llvm/llvm-project/pull/88800
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to