mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix IRGen to pass complete metadata to various concurrency builtins
Fixes rdar://146155888
This commit is contained in:
@@ -6771,7 +6771,8 @@ namespace {
|
||||
return;
|
||||
}
|
||||
|
||||
// Emit a reference to the superclass.
|
||||
// Emit a reference to the superclass. This should be abstract for now,
|
||||
// but transitively completing the class will complete it.
|
||||
auto superclass = IGF.emitAbstractTypeMetadataRef(
|
||||
getSuperclassForMetadata(IGM, Target));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user