mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #62185 from xymus/improve-rmodule-loading
Improve `-Rmodule-loading` to show both the path to the source and to the cached file actually loaded
This commit is contained in:
@@ -1582,6 +1582,10 @@ StringRef SerializedASTFile::getFilename() const {
|
||||
return File.getModuleFilename();
|
||||
}
|
||||
|
||||
StringRef SerializedASTFile::getLoadedFilename() const {
|
||||
return File.getModuleLoadedFilename();
|
||||
}
|
||||
|
||||
StringRef SerializedASTFile::getTargetTriple() const {
|
||||
return File.getTargetTriple();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user