mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Keep track of how many filesystem module lookups the dependency scanner performs on a given scan
This commit is contained in:
@@ -1783,6 +1783,7 @@ void ModuleDependenciesCacheSerializer::collectStringsAndArrays(
|
||||
addIdentifier(swiftTextDeps->textualModuleDetails
|
||||
.CASBridgingHeaderIncludeTreeRootID);
|
||||
addIdentifier(swiftTextDeps->moduleCacheKey);
|
||||
addIdentifier(swiftTextDeps->userModuleVersion);
|
||||
break;
|
||||
}
|
||||
case swift::ModuleDependencyKind::SwiftBinary: {
|
||||
|
||||
Reference in New Issue
Block a user