[openmp] Enable tests on new devicertl on amdgpu
authorJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 6 Dec 2021 15:26:17 +0000 (15:26 +0000)
committerJon Chesterfield <jonathanchesterfield@gmail.com>
Mon, 6 Dec 2021 15:26:18 +0000 (15:26 +0000)
Reviewed By: pdhaliwal

Differential Revision: https://reviews.llvm.org/D114891

openmp/libomptarget/plugins/amdgpu/CMakeLists.txt

index a7cca99..ff740c0 100644 (file)
@@ -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()