From: Jon Chesterfield Date: Wed, 19 Jan 2022 15:49:47 +0000 (+0000) Subject: [openmp][amdgpu] Disable tests on old runtime, enable tests on new one X-Git-Tag: upstream/15.0.7~19918 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ca84c43d69556083089b0c9f18d8d150fadc640f;p=platform%2Fupstream%2Fllvm.git [openmp][amdgpu] Disable tests on old runtime, enable tests on new one --- diff --git a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt index a70aa48..67a892f 100644 --- a/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt +++ b/openmp/libomptarget/plugins/amdgpu/CMakeLists.txt @@ -118,6 +118,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-newRTL" PARENT_SCOPE) endif()