mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
This commit is contained in:
@@ -762,7 +762,8 @@ generateFullDependencyGraph(const CompilerInstance &instance,
|
||||
create_set(swiftBinaryDeps->headerSourceFiles),
|
||||
swiftBinaryDeps->isFramework,
|
||||
swiftBinaryDeps->isStatic,
|
||||
create_clone(swiftBinaryDeps->moduleCacheKey.c_str())};
|
||||
create_clone(swiftBinaryDeps->moduleCacheKey.c_str()),
|
||||
create_clone(swiftBinaryDeps->userModuleVersion.c_str())};
|
||||
} else {
|
||||
// Clang module details
|
||||
details->kind = SWIFTSCAN_DEPENDENCY_INFO_CLANG;
|
||||
|
||||
Reference in New Issue
Block a user