mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
3d84ab5845
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