mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[master-rebranch] Fix up another implicit -> explcit StringRef -> std::string conversion
This commit is contained in:
@@ -171,7 +171,7 @@ static void discoverCrosssImportOverlayDependencies(
|
||||
dummyMainDependencies.addModuleDependency(modName.str());
|
||||
mainDep.addModuleDependency(modName.str());
|
||||
});
|
||||
cache.updateDependencies({mainModuleName, ModuleDependenciesKind::Swift}, mainDep);
|
||||
cache.updateDependencies({mainModuleName.str(), ModuleDependenciesKind::Swift}, mainDep);
|
||||
|
||||
// Record the dummy main module's direct dependencies. The dummy main module
|
||||
// only directly depend on these newly discovered overlay modules.
|
||||
|
||||
Reference in New Issue
Block a user