Commit Graph

1 Commits

Author SHA1 Message Date
Adrian Prantl 5a8d603ada Improve compatibility between swift::version::Version and llvm::VersionTuple
llvm::VersionTuple now also supports 5-component versions; this patch removes
the limitation of stripping the last component when converting from a
swift::version::Version to an llvm::VersionTuple. This fixes a bug in LLDB's
Swift version compatibility warning.

rdar://170181060
2026-02-16 11:41:17 -08:00