This is an archive of the discontinued LLVM Phabricator instance.

[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
placement and pointer must point to the captured variable itself. Patch
fixes this problem.

Diff Detail

Repository
rL LLVM

Event Timeline

ABataev created this revision.Nov 8 2018, 7:04 AM
This revision is now accepted and ready to land.Nov 8 2018, 7:10 AM
This revision was automatically updated to reflect the committed changes.