[Openmp-commits] [PATCH] D86804: [OpenMP] Consolidate error handling and debug messages in Libomptarget
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Aug 31 10:10:20 PDT 2020
ye-luo added a comment.
It seems that functions are marked static so they should be OK. However, including the whole Debug.h in a plugin cpp makes it feel OK to use any function/macro from the header file. But actually only part of the macros are for the plugin. some are only for the libomptarget.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86804/new/
https://reviews.llvm.org/D86804
More information about the Openmp-commits
mailing list