The base pointer for the lambda mapping must point to the lambda capture
placement and pointer must point to the captured variable itself. Patch
fixes this problem.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54260
[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping. ClosedPublic Authored by ABataev on Nov 8 2018, 7:04 AM.
Details Summary The base pointer for the lambda mapping must point to the lambda capture
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 8 2018, 7:10 AM Closed by commit rL346407: [OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping. (authored by ABataev). · Explain WhyNov 8 2018, 7:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 173168 openmp/trunk/libomptarget/src/omptarget.cpp
|