Fix IRGen to pass complete metadata to various concurrency builtins

Fixes rdar://146155888
This commit is contained in:
John McCall
2025-09-11 18:26:08 -04:00
parent 0802375257
commit 81b2dae5e9
4 changed files with 88 additions and 4 deletions

View File

@@ -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));