mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Serialization] Intro distinct compiler revision string for serialization
This commit is contained in:
@@ -167,9 +167,14 @@ StringRef getSwiftRevision();
|
||||
/// and \c getCurrentCompilerTag returns the version tuple in string format.
|
||||
bool isCurrentCompilerTagged();
|
||||
|
||||
/// Retrieves the distribtion tag of the running compiler, if any.
|
||||
/// Retrieves the distribution tag of the running compiler, if any.
|
||||
StringRef getCurrentCompilerTag();
|
||||
|
||||
/// Retrieves the distribution tag of the running compiler for serialization,
|
||||
/// if any. This can hold more information than \c getCurrentCompilerTag
|
||||
/// depending on the vendor.
|
||||
StringRef getCurrentCompilerSerializationTag();
|
||||
|
||||
} // end namespace version
|
||||
} // end namespace swift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user