mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge remote-tracking branch 'origin/main' into rebranch
Conflicts: lib/IRGen/IRGenDebugInfo.cpp
This commit is contained in:
@@ -4393,7 +4393,7 @@ public:
|
||||
|
||||
unsigned abbrCode = S.DeclTypeAbbrCodes[SILFunctionTypeLayout::Code];
|
||||
SILFunctionTypeLayout::emitRecord(
|
||||
S.Out, S.ScratchRecord, abbrCode,
|
||||
S.Out, S.ScratchRecord, abbrCode, fnTy->isConcurrent(),
|
||||
fnTy->isAsync(), stableCoroutineKind, stableCalleeConvention,
|
||||
stableRepresentation, fnTy->isPseudogeneric(), fnTy->isNoEscape(),
|
||||
stableDiffKind, fnTy->hasErrorResult(), fnTy->getParameters().size(),
|
||||
|
||||
Reference in New Issue
Block a user