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

This commit is contained in:
swift-ci
2024-10-11 17:05:06 -07:00
44 changed files with 753 additions and 78 deletions

View File

@@ -5238,6 +5238,7 @@ static uint8_t getRawStableSILCoroutineKind(
switch (kind) {
SIMPLE_CASE(SILCoroutineKind, None)
SIMPLE_CASE(SILCoroutineKind, YieldOnce)
SIMPLE_CASE(SILCoroutineKind, YieldOnce2)
SIMPLE_CASE(SILCoroutineKind, YieldMany)
}
llvm_unreachable("bad kind");