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
This commit is contained in:
@@ -669,6 +669,15 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
SwiftTaskOptionRecordTy, // Base option record
|
||||
SwiftTaskGroupPtrTy, // Task group
|
||||
});
|
||||
SwiftResultTypeInfoTaskOptionRecordTy = createStructType(
|
||||
*this, "swift.result_type_info_task_option", {
|
||||
SwiftTaskOptionRecordTy, // Base option record
|
||||
SizeTy,
|
||||
SizeTy,
|
||||
Int8PtrTy,
|
||||
Int8PtrTy,
|
||||
Int8PtrTy,
|
||||
});
|
||||
ExecutorFirstTy = SizeTy;
|
||||
ExecutorSecondTy = SizeTy;
|
||||
SwiftExecutorTy = createStructType(*this, "swift.executor", {
|
||||
|
||||
Reference in New Issue
Block a user