[Dependency Scanning] Only reuse serialized scanner caches with matching scanning context hash

This commit is contained in:
Artem Chikin
2024-12-11 08:27:05 -08:00
parent 48387eed55
commit 5961b9a00b
2 changed files with 13 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ using MetadataLayout = BCRecordLayout<
METADATA, // ID
BCFixed<16>, // Inter-Module Dependency graph format major version
BCFixed<16>, // Inter-Module Dependency graph format minor version
BCBlob // Compiler version string
BCBlob // Scanner Invocation Context Hash
>;
// After the metadata record, we have zero or more identifier records,