[OpenMP][AMDGPU] Get rid of redundant macro def
The next gen plugin adds the def of `DEBUG_PREFIX` in CMake, causing compiler warning that `DEBUG_PREFIX` is defined multiple times. This patch simply guards the macro def. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D142064
Loading
Please sign in to comment