mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Dependency Scanning] Record header dependencies of Binary Swift module dependencies
These are meant to capture paths to the PCH files that a given module was built with.
This commit is contained in:
@@ -165,6 +165,7 @@ using SwiftBinaryModuleDetailsLayout =
|
||||
FileIDField, // compiledModulePath
|
||||
FileIDField, // moduleDocPath
|
||||
FileIDField, // moduleSourceInfoPath
|
||||
ImportArrayIDField, // headerImports
|
||||
IsFrameworkField, // isFramework
|
||||
IdentifierIDField // moduleCacheKey
|
||||
>;
|
||||
|
||||
Reference in New Issue
Block a user