Keep master-next building and tested

This commit is contained in:
David Zarzycki
2020-06-09 06:05:05 -04:00
parent eb3d0ef01b
commit 4be1192904
4 changed files with 5 additions and 4 deletions

View File

@@ -2210,7 +2210,7 @@ ModuleFile::getModuleName(ASTContext &Ctx, StringRef modulePath,
nullptr,
/*isFramework*/isFramework, loadedModuleFile,
&ExtInfo);
Name = loadedModuleFile->Name;
Name = loadedModuleFile->Name.str();
return std::move(loadedModuleFile->ModuleInputBuffer);
}