mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
An extension on a class creates a conformance record that's always visible even when that class is not present at runtime. In that case, the type pointer in the conformance record is NULL. The runtime did not like this, and crashed. This fixes it to ignore such records instead. rdar://problem/54054895
7.7 KiB
7.7 KiB