[llvm] [Offload] Fix level_zero plugin build (PR #175664)

Kevin Sala Penades via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 12 14:54:10 PST 2026


================
@@ -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


More information about the llvm-commits mailing list