Merge remote-tracking branch 'origin/main' into rebranch

Conflicts:
	lib/IRGen/IRGenDebugInfo.cpp
This commit is contained in:
Adrian Prantl
2021-01-29 16:17:10 -08:00
72 changed files with 1396 additions and 1494 deletions

View File

@@ -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(),