mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Serialization: Read and write support for public module name
This commit is contained in:
@@ -1398,3 +1398,7 @@ StringRef SerializedASTFile::getExportedModuleName() const {
|
||||
return name;
|
||||
return FileUnit::getExportedModuleName();
|
||||
}
|
||||
|
||||
StringRef SerializedASTFile::getPublicModuleName() const {
|
||||
return File.getPublicModuleName();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user