We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40723a1 + 9b77fef commit 6400a43Copy full SHA for 6400a43
lib/IRGen/IRGenModule.cpp
@@ -599,10 +599,10 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
599
SwiftTaskTy = createStructType(*this, "swift.task", {
600
RefCountedStructTy, // object header
601
Int8PtrTy, Int8PtrTy, // Job.SchedulerPrivate
602
- Int64Ty, // Job.Flags
+ SizeTy, // Job.Flags
603
FunctionPtrTy, // Job.RunJob/Job.ResumeTask
604
ContextPtrTy, // Task.ResumeContext
605
- Int64Ty // Task.Status
+ IntPtrTy // Task.Status
606
});
607
608
SwiftExecutorTy = createStructType(*this, "swift.executor", {});
0 commit comments