[Openmp-commits] [PATCH] D51107: [LIBOMPTARGET] Add support for mapping of lambda captures.
Alexandre Eichenberger via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Aug 23 07:20:04 PDT 2018
AlexEichenberger added inline comments.
================
Comment at: libomptarget/include/omptarget.h:52
+ // map the pointer as well as the pointee as reference
+ OMP_TGT_MAPTYPE_LAMBDA_REF = 0x400,
// member of struct, member given by [16 MSBs] - 1
----------------
Head's up.
The new flag is already in use for XL/LOMP. I am investigating now if that XL/LOMP flag is really needed. It might, in which case that functionality need to be added to CLANG and the conflict need to be avoided. Will confirm as soon as I get the data.
Repository:
rOMP OpenMP
https://reviews.llvm.org/D51107
More information about the Openmp-commits
mailing list