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:
@@ -106,7 +106,7 @@ class ModuleFileSharedCore {
|
||||
/// The version of the Swift compiler used to produce swiftinterface
|
||||
/// this module is based on. This is the most precise version possible
|
||||
/// - a compiler tag or version if this is a development compiler.
|
||||
llvm::VersionTuple SwiftInterfaceCompilerVersion;
|
||||
version::Version SwiftInterfaceCompilerVersion;
|
||||
|
||||
/// \c true if this module has incremental dependency information.
|
||||
bool HasIncrementalInfo = false;
|
||||
|
||||
Reference in New Issue
Block a user