mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
IRGen: fix the async task type for 32 bit platforms
This commit is contained in:
@@ -599,10 +599,10 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
SwiftTaskTy = createStructType(*this, "swift.task", {
|
||||
RefCountedStructTy, // object header
|
||||
Int8PtrTy, Int8PtrTy, // Job.SchedulerPrivate
|
||||
Int64Ty, // Job.Flags
|
||||
SizeTy, // Job.Flags
|
||||
FunctionPtrTy, // Job.RunJob/Job.ResumeTask
|
||||
ContextPtrTy, // Task.ResumeContext
|
||||
Int64Ty // Task.Status
|
||||
IntPtrTy // Task.Status
|
||||
});
|
||||
|
||||
SwiftExecutorTy = createStructType(*this, "swift.executor", {});
|
||||
|
||||
Reference in New Issue
Block a user