mirror of
https://github.com/apple/swift.git
synced 2026-06-27 12:25:55 +02:00
3add677c3a
When not building with the standard library with the host compiler and building the check target for Swift from clean, we would mis-order the build for the BlocksRuntimeStubs which depends on the just built compiler. Ensure that CMake knows this dependency.