[Openmp-commits] [PATCH] D72525: [LIBOMPTARGET] Do not increment/decrement the refcount for "declare target" objects
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 14 11:32:43 PST 2020
jdoerfert added a comment.
I'm fine with this. If others are, please accept and don't wait for me.
================
Comment at: openmp/libomptarget/src/device.h:30
struct HostDataToTargetTy {
+public:
uintptr_t HstPtrBase; // host info.
----------------
Nit: public is not needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72525/new/
https://reviews.llvm.org/D72525
More information about the Openmp-commits
mailing list