[Openmp-commits] [openmp] 9b1d0ee - [Libomptarget] Remove unused test targets in libomptaget

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 30 04:34:25 PST 2023


Author: Joseph Huber
Date: 2023-01-30T06:34:15-06:00
New Revision: 9b1d0ee10c0f261294c3b8da1cf55964943f14a1

URL: https://github.com/llvm/llvm-project/commit/9b1d0ee10c0f261294c3b8da1cf55964943f14a1
DIFF: https://github.com/llvm/llvm-project/commit/9b1d0ee10c0f261294c3b8da1cf55964943f14a1.diff

LOG: [Libomptarget] Remove unused test targets in libomptaget

Summary:
These don't need to be set.

Added: 
    

Modified: 
    openmp/libomptarget/CMakeLists.txt
    openmp/libomptarget/plugins/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/CMakeLists.txt b/openmp/libomptarget/CMakeLists.txt
index bc6e615cd584..5564e67437cd 100644
--- a/openmp/libomptarget/CMakeLists.txt
+++ b/openmp/libomptarget/CMakeLists.txt
@@ -41,7 +41,6 @@ include_directories(${LIBOMPTARGET_LLVM_INCLUDE_DIRS})
 set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} aarch64-unknown-linux-gnu")
 set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} aarch64-unknown-linux-gnu-LTO")
 set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} amdgcn-amd-amdhsa")
-set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} amdgcn-amd-amdhsa-LTO")
 set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64le-ibm-linux-gnu")
 set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64le-ibm-linux-gnu-LTO")
 set (LIBOMPTARGET_ALL_TARGETS "${LIBOMPTARGET_ALL_TARGETS} powerpc64-ibm-linux-gnu")

diff  --git a/openmp/libomptarget/plugins/CMakeLists.txt b/openmp/libomptarget/plugins/CMakeLists.txt
index 005a3721b1f7..62a72bd0e19c 100644
--- a/openmp/libomptarget/plugins/CMakeLists.txt
+++ b/openmp/libomptarget/plugins/CMakeLists.txt
@@ -63,8 +63,6 @@ if(CMAKE_SYSTEM_PROCESSOR MATCHES "${tmachine}$")
       "omptarget.rtl.${tmachine_libname}")
 
     # Report to the parent scope that we are building a plugin.
-    set(LIBOMPTARGET_SYSTEM_TARGETS
-      "${LIBOMPTARGET_SYSTEM_TARGETS} ${tmachine_triple} ${tmachine_triple}-oldDriver" PARENT_SCOPE)
     set(LIBOMPTARGET_SYSTEM_TARGETS
       "${LIBOMPTARGET_SYSTEM_TARGETS} ${tmachine_triple} ${tmachine_triple}-LTO" PARENT_SCOPE)
     set(LIBOMPTARGET_TESTED_PLUGINS


        


More information about the Openmp-commits mailing list