mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01: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