mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We were creating the JumpDests too early, so lowering a 'break' or 'continue' statement would perform cleanups that were recorded while evaluating the pack expansion expression, which would cause SIL verifier errors and runtime crashes. - Fixes https://github.com/swiftlang/swift/issues/78598 - Fixes rdar://131847933
147 KiB
147 KiB