mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Sign relative protocol witness tables
rdar://98583748
This commit is contained in:
@@ -1163,6 +1163,7 @@ swift_conformsToProtocolImpl(const Metadata *const type,
|
||||
std::tie(table, hasUninstantiatedSuperclass) =
|
||||
swift_conformsToProtocolMaybeInstantiateSuperclasses(
|
||||
type, protocol, true /*instantiateSuperclassMetadata*/);
|
||||
|
||||
return table;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user