llvm-project/clang/lib/DependencyScanning
Jan Svoboda 75c6f4791c
[clang] Introduce ModuleCache::write() (#188877)
This introduces new `ModuleCache` interface for writing PCM files.
Together with #188876, this will enable adding a caching layer into the
`InProcessModuleCache` implementation, hopefully reducing IO cost.
Moreover, this makes it super explicit that the PCM is written before
its timestamp, which is an important invariant that we've broken before.
2026-04-01 20:00:46 +00:00
..