This is an archive of the discontinued LLVM Phabricator instance.

[OPENMP][OFFLOADING]Change the lambda capturing flags.
ClosedPublic

Authored by ABataev on Nov 2 2018, 8:19 AM.

Details

Summary

The previously used combination PTR_AND_OBJ | PRIVATE could be used
for mapping of some data in Fortran. Changed it to `PTR_AND_OBJ |

LITERAL`.

Diff Detail

Repository
rL LLVM

Event Timeline

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