[Openmp-commits] [PATCH] D83062: [OpenMP] Implement TR8 `present` map type modifier in runtime (2/2)
Joel E. Denny via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 16 15:34:47 PDT 2020
jdenny added inline comments.
================
Comment at: openmp/libomptarget/src/device.cpp:215
+ MESSAGE("device mapping required by 'present' map type modifier does not "
+ "exist for host address " DPxMOD " (%ld bytes)\n",
+ DPxPTR(HstPtrBegin), Size);
----------------
The `\n` in each of my `MESSAGE` calls should be dropped. `MESSAGE` already adds that.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83062/new/
https://reviews.llvm.org/D83062
More information about the Openmp-commits
mailing list