[clang] [clang] Store size & mtime in in-memory module cache (PR #190207)

Cyndy Ishida via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 3 14:44:55 PDT 2026


================
@@ -1498,7 +1500,7 @@ static bool compileModuleImpl(CompilerInstance &ImportingInstance,
   Buffer = llvm::MemoryBuffer::getMemBufferCopy(ExtractedBuffer);
 
   ImportingInstance.getModuleCache().getInMemoryModuleCache().addBuiltPCM(
----------------
cyndyishida wrote:

This would be a nice NFC, but not worth blocking this patch.

https://github.com/llvm/llvm-project/pull/190207


More information about the cfe-commits mailing list