[Frontend] -Rmodule-loading shows both source path and cached path

This commit is contained in:
Alexis Laferrière
2022-11-17 16:59:57 -08:00
parent d313760792
commit 319d49816d
11 changed files with 115 additions and 15 deletions

View File

@@ -451,6 +451,8 @@ public:
virtual StringRef getFilename() const override;
virtual StringRef getLoadedFilename() const override;
virtual StringRef getModuleDefiningPath() const override;
ValueDecl *getMainDecl() const override;