mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
[Serialization] Add -swift-compiler-version option to swiftmodules
This commit is contained in:
@@ -1409,3 +1409,7 @@ StringRef SerializedASTFile::getExportedModuleName() const {
|
||||
StringRef SerializedASTFile::getPublicModuleName() const {
|
||||
return File.getPublicModuleName();
|
||||
}
|
||||
|
||||
llvm::VersionTuple SerializedASTFile::getSwiftCompilerVersion() const {
|
||||
return File.getSwiftCompilerVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user