[Openmp-commits] [openmp] 813a671 - [OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)

via Openmp-commits openmp-commits at lists.llvm.org
Fri Dec 22 12:44:27 PST 2023


Author: Ethan Luis McDonough
Date: 2023-12-22T14:44:23-06:00
New Revision: 813a671232e2ecd49a4c861ca34727a01abf09c9

URL: https://github.com/llvm/llvm-project/commit/813a671232e2ecd49a4c861ca34727a01abf09c9
DIFF: https://github.com/llvm/llvm-project/commit/813a671232e2ecd49a4c861ca34727a01abf09c9.diff

LOG: [OpenMP] Remove unnecessary dependencies from plugin unit tests (#76266)

This was an oversight that seems to be causing problems on certain
builds. This patch should fix #76225.

Added: 
    

Modified: 
    openmp/libomptarget/unittests/Plugins/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/unittests/Plugins/CMakeLists.txt b/openmp/libomptarget/unittests/Plugins/CMakeLists.txt
index e137d2a9d17744..67d4d9b463b0c3 100644
--- a/openmp/libomptarget/unittests/Plugins/CMakeLists.txt
+++ b/openmp/libomptarget/unittests/Plugins/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(PLUGINS_TEST_COMMON omptarget OMPT omptarget.devicertl)
+set(PLUGINS_TEST_COMMON omptarget)
 set(PLUGINS_TEST_SOURCES NextgenPluginsTest.cpp)
 set(PLUGINS_TEST_INCLUDE ${LIBOMPTARGET_INCLUDE_DIR})
 


        


More information about the Openmp-commits mailing list