mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
VS 17.10 introduced a requirement on Clang 17, but the pinned Swift toolchain used to bootstrap the compilers (a 5.10 snapshot) uses Clang 16. We can relax this version requirement with ALLOW_COMPILER_AND_STL_VERSION_MISMATCH which needs to be set for all CMAKE_Swift_FLAGS when building the compilers, as well as explicitly in SwiftCompilerSources as the invocation of swiftc there is via custom_command
17 KiB
17 KiB