================
@@ -16,7 +16,6 @@
namespace llvm::omp::target::plugin {
-#if OMPTARGET_DEBUG
static const char *AllocKindToStr(int32_t Kind) {
----------------
kevinsala wrote:
Can you rename it to `allocKindToStr`?
https://github.com/llvm/llvm-project/pull/175664