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:
@@ -712,6 +712,10 @@ public:
|
||||
return Core->ModuleInputBuffer->getBufferIdentifier();
|
||||
}
|
||||
|
||||
StringRef getModuleLoadedFilename() const {
|
||||
return Core->ModuleInputBuffer->getBufferIdentifier();
|
||||
}
|
||||
|
||||
StringRef getTargetTriple() const {
|
||||
return Core->TargetTriple;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user