[openmp] Enable tests on new devicertl on amdgpu
Reviewed By: pdhaliwal Differential Revision: https://reviews.llvm.org/D114891
This commit is contained in:
parent
53154a83ae
commit
9e08c2054a
|
@ -112,6 +112,6 @@ if (${amdgpu_arch_result})
|
|||
libomptarget_say("Not generating amdgcn test targets as amdgpu-arch exited with ${amdgpu_arch_result}")
|
||||
else()
|
||||
# Report to the parent scope that we are building a plugin for amdgpu
|
||||
set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} amdgcn-amd-amdhsa" PARENT_SCOPE)
|
||||
set(LIBOMPTARGET_SYSTEM_TARGETS "${LIBOMPTARGET_SYSTEM_TARGETS} amdgcn-amd-amdhsa amdgcn-amd-amdhsa-newRTL" PARENT_SCOPE)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue