mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Serialization] Add -swift-compiler-version option to swiftmodules
This commit is contained in:
@@ -603,6 +603,10 @@ public:
|
||||
return Core->UserModuleVersion;
|
||||
}
|
||||
|
||||
llvm::VersionTuple getSwiftCompilerVersion() const {
|
||||
return Core->SwiftCompilerVersion;
|
||||
}
|
||||
|
||||
ArrayRef<StringRef> getAllowableClientNames() const {
|
||||
return Core->AllowableClientNames;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user