mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
When a generic type from a different module is not resilient within the current module and at least one of its arguments is from the current module, emit a non-canonical prespecialized record, and access that metadata via a call to swift_getCanonicalSpecializedMetadata, passing in the non-canonical record. rdar://problem/56996727 rdar://problem/56997022