[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

@@ -1570,6 +1570,10 @@ StringRef SerializedASTFile::getFilename() const {
return File.getModuleFilename();
}
StringRef SerializedASTFile::getLoadedFilename() const {
return File.getModuleLoadedFilename();
}
StringRef SerializedASTFile::getTargetTriple() const {
return File.getTargetTriple();
}