Files
clang-p2996/openmp/libomptarget/plugins/amdgpu
Shilei Tian 3ff1726cf8 [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
2023-01-18 20:08:18 -05:00
..