mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #77609 from ktoso/wip-task-names
[Concurrency] Task names
This commit is contained in:
committed by
GitHub
parent
6805e155d5
commit
4ab5d2604f
@@ -724,6 +724,11 @@ IRGenModule::IRGenModule(IRGenerator &irgen,
|
||||
SwiftTaskOptionRecordTy, // Base option record
|
||||
SwiftExecutorTy, // Executor
|
||||
});
|
||||
SwiftInitialTaskNameTaskOptionRecordTy =
|
||||
createStructType(*this, "swift.task_name_task_option", {
|
||||
SwiftTaskOptionRecordTy, // Base option record
|
||||
Int8PtrTy, // Task name string (char*)
|
||||
});
|
||||
SwiftJobTy = createStructType(*this, "swift.job", {
|
||||
RefCountedStructTy, // object header
|
||||
Int8PtrTy, Int8PtrTy, // SchedulerPrivate
|
||||
|
||||
Reference in New Issue
Block a user