mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Frontend] Switch -interface-compiler-version to Version
`SWIFT_COMPILER_VERSION` has more than 4 components and it's easier to use `Version` API over `VersionTuple` as well.
This commit is contained in:
@@ -1416,6 +1416,6 @@ StringRef SerializedASTFile::getPublicModuleName() const {
|
||||
return File.getPublicModuleName();
|
||||
}
|
||||
|
||||
llvm::VersionTuple SerializedASTFile::getSwiftInterfaceCompilerVersion() const {
|
||||
version::Version SerializedASTFile::getSwiftInterfaceCompilerVersion() const {
|
||||
return File.getSwiftInterfaceCompilerVersion();
|
||||
}
|
||||
Reference in New Issue
Block a user