mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
2abf087e71
This avoids coalescing checked and unchecked handlers with the same types, which results in runtime crashes as they are not compatible. We have a separate mangling for predefined handlers, TZ, which is unused. Repurpose this for checked handlers. Unchecked handlers keep their existing mangling with Tz. rdar://152263818