Add support for loading cross-import files

This commit is contained in:
Brent Royal-Gordon
2020-02-15 12:17:16 -08:00
parent 6cce3d374e
commit e248f82773
33 changed files with 467 additions and 10 deletions

View File

@@ -393,6 +393,8 @@ public:
virtual StringRef getFilename() const override;
virtual StringRef getModuleDefiningPath() const override;
ClassDecl *getMainClass() const override;
bool hasEntryPoint() const override;