For pragma openmp taskwait the runtime is called from the task context. Therefore, the reentry frame information should be updated.
The information should be available for both taskwait event calls; therefore, set before the first event and reset after the last event.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM