mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
This PR adds translation support for task detach. Essentially, if the `detach` clause is present on a task, emit a `__kmpc_task_allow_completion_event` on it, and store its return (of type `kmp_event_t*`) into the `event_handle`.