[llvm] Revert "[Offload] Run unit tests as a part of check-offload" (PR #157346)
Michał Górny via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 7 08:09:41 PDT 2025
https://github.com/mgorny created https://github.com/llvm/llvm-project/pull/157346
Reverts llvm/llvm-project#156675 due to regressions in standalone build and test errors without all plugins enabled (#157345).
>From 41cd889fc586b59c33c6ba889a70398150fb4a77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny at gentoo.org>
Date: Sun, 7 Sep 2025 17:05:41 +0200
Subject: [PATCH] Revert "[Offload] Run unit tests as a part of check-offload
(#156675)"
This reverts commit 99f61f34362b77c42c8261213256854516c7485d.
---
offload/test/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/offload/test/CMakeLists.txt b/offload/test/CMakeLists.txt
index c317394ada66f..711621de9075d 100644
--- a/offload/test/CMakeLists.txt
+++ b/offload/test/CMakeLists.txt
@@ -61,7 +61,7 @@ add_offload_testsuite(check-offload
"Running libomptarget tests"
${LIBOMPTARGET_LIT_TESTSUITES}
EXCLUDE_FROM_CHECK_ALL
- DEPENDS llvm-offload-device-info omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS} check-offload-unit
+ DEPENDS llvm-offload-device-info omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
ARGS ${LIBOMPTARGET_LIT_ARG_LIST})
# Add liboffload unit tests - the test binary will run on all available devices
More information about the llvm-commits
mailing list