[master-rebranch] Fix up another implicit -> explcit StringRef -> std::string conversion

This commit is contained in:
Nathan Hawes
2020-07-27 11:00:15 -07:00
parent b0a2230860
commit 2b26c221d7

View File

@@ -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.