mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #75704 from swiftlang/version-number-hack
DependencyScanner: report user module version in dependency scanning results for binary Swift modules
This commit is contained in:
@@ -623,6 +623,10 @@ public:
|
||||
return Bits.IsStaticLibrary;
|
||||
}
|
||||
|
||||
llvm::VersionTuple getUserModuleVersion() const {
|
||||
return UserModuleVersion;
|
||||
}
|
||||
|
||||
/// If the module-defining `.swiftinterface` file is an SDK-relative path,
|
||||
/// resolve it to be absolute to the specified SDK.
|
||||
std::string resolveModuleDefiningFilePath(const StringRef SDKPath) const;
|
||||
|
||||
Reference in New Issue
Block a user