mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #77216 from xedin/add-swift-compiler-version
[Frontend/AST] Add `-interface-compiler-version` option to frontend/modules
This commit is contained in:
@@ -1408,3 +1408,7 @@ StringRef SerializedASTFile::getExportedModuleName() const {
|
||||
StringRef SerializedASTFile::getPublicModuleName() const {
|
||||
return File.getPublicModuleName();
|
||||
}
|
||||
|
||||
llvm::VersionTuple SerializedASTFile::getSwiftInterfaceCompilerVersion() const {
|
||||
return File.getSwiftInterfaceCompilerVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user