[Openmp-commits] [PATCH] D87165: [OpenMP] Begin Printing Information Dumps In Libomptarget and Plugins
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 4 15:35:07 PDT 2020
jhuber6 added inline comments.
================
Comment at: openmp/libomptarget/src/interface.cpp:37
+ DPxPTR(HostTargetMap.TgtPtrBegin),
+ HostTargetMap.HstPtrEnd - HostTargetMap.HstPtrBegin);
+ }
----------------
jdoerfert wrote:
> Don't we have to add space here to match the 18 above?
The width of the pointer is 16 plus the "0x" at the start.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87165/new/
https://reviews.llvm.org/D87165
More information about the Openmp-commits
mailing list