We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21fdc72 commit fc7cd65Copy full SHA for fc7cd65
llvm/include/llvm/Frontend/OpenMP/OMPConstants.h
@@ -239,6 +239,9 @@ enum class OpenMPOffloadMappingFlags : uint64_t {
239
// dynamic.
240
// This is an OpenMP extension for the sake of OpenACC support.
241
OMP_MAP_OMPX_HOLD = 0x2000,
242
+ // Attach pointer and pointee, after processing all other maps.
243
+ // Applicable to map-entering directives. Does not change ref-count.
244
+ OMP_MAP_ATTACH = 0x4000,
245
/// Signal that the runtime library should use args as an array of
246
/// descriptor_dim pointers and use args_size as dims. Used when we have
247
/// non-contiguous list items in target update directive
0 commit comments