mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Only reuse serialized scanner caches with matching scanning context hash
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user