[Openmp-commits] [PATCH] D33227: [OpenMP] libomptarget: move debugging dumps under control of environment variable OMP_TARGET_DEBUG
Terry Wilmarth via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed May 31 14:37:19 PDT 2017
tlwilmar added a comment.
Hmmm... that's disturbing.
The policy for libomp is, if it's in the spec, it starts with OMP_, and if it's just in our implementation, it starts with KMP_.
I guess this is not true for libomptarget. I'd like to get Ravi's opinion on this, so don't make a change yet.
https://reviews.llvm.org/D33227
More information about the Openmp-commits
mailing list