mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Even if the specific class is never created, we need to specialize a vtable, because it's used in IRGen for generating the code for the cast operation. Fixes a crash in IRGen https://github.com/swiftlang/swift/issues/87248 rdar://170435034