Serialization: Read and write support for public module name

This commit is contained in:
Alexis Laferrière
2024-08-20 13:22:55 -07:00
parent 3fe97c2eb8
commit 37521ad21d
8 changed files with 34 additions and 1 deletions

View File

@@ -520,6 +520,8 @@ public:
virtual StringRef getExportedModuleName() const override;
virtual StringRef getPublicModuleName() const override;
ValueDecl *getMainDecl() const override;
bool hasEntryPoint() const override;