Explicit SmallString->std::string conversion.

This is only needed temporarily until commit d7049213 from upstream
LLVM hits the swift/master branch.
This commit is contained in:
Michael Forster
2020-03-13 19:16:49 +01:00
parent 32d2b1486c
commit 345a9147ec
16 changed files with 34 additions and 34 deletions

View File

@@ -440,7 +440,7 @@ std::string SerializedModuleBaseName::getName(file_types::ID fileTy) const {
result += '.';
result += file_types::getExtension(fileTy);
return std::string(result);
return std::string(result.str());
}
bool