aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Luis McDonough <ethanluismcdonough@gmail.com>2023-12-22 14:44:23 -0600
committerGitHub <noreply@github.com>2023-12-22 14:44:23 -0600
commit813a671232e2ecd49a4c861ca34727a01abf09c9 (patch)
tree6ac8cc191b7af46a227b546d3565b059faf0cfc2
parent345d7b1618d48e658d3a72c5c258c1168dcee4bd (diff)
downloadllvm-813a671232e2ecd49a4c861ca34727a01abf09c9.zip
llvm-813a671232e2ecd49a4c861ca34727a01abf09c9.tar.gz
llvm-813a671232e2ecd49a4c861ca34727a01abf09c9.tar.bz2
[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.
-rw-r--r--openmp/libomptarget/unittests/Plugins/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/openmp/libomptarget/unittests/Plugins/CMakeLists.txt b/openmp/libomptarget/unittests/Plugins/CMakeLists.txt
index e137d2a..67d4d9b 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})