[Openmp-commits] [PATCH] D40797: [libomptarget] Move header files and CMake library definition

George Rokos via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Dec 6 12:39:39 PST 2017


grokos added inline comments.


================
Comment at: libomptarget/include/omptarget.h:51
+  OMP_TGT_MAPTYPE_IMPLICIT        = 0x200,
+  // member of struct, member given by 4 MSBs - 1
+  OMP_TGT_MAPTYPE_MEMBER_OF       = 0xffff000000000000
----------------
Before committing, can you fix this typo? The member is given by the 4 most significant hex digits, i.e. 16 MSBs, not 4 MSBs.


https://reviews.llvm.org/D40797





More information about the Openmp-commits mailing list