mirror of
https://github.com/apple/swift.git
synced 2026-03-08 18:24:30 +01:00
If the thunk calls to a no-return function, it is ended with an `unreachable`. This may introduce incomplete lifetimes. Fixes a compiler crash rdar://169555460