mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
Teach swift-frontend to correctly replay cache when using batch-mode/primary-file. Currently, the cache replay logic will try to look up cache key for all the inputs and only replay if all lookups are successful. In batch-mode, not all inputs are producing outputs, which causes lookup for those keys to be a miss and causing a false miss for the compilation.
15 KiB
15 KiB