mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend] -Rmodule-loading shows both source path and cached path
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user