[llvm] [offload][lit] Run check-offload as part of check-all (PR #212500)
Nick Sarnie via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 06:57:34 PDT 2026
https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/212500
It's unclear why these were excluded from `check-all`, but we made all tests pass on Level Zero and our testing shows they pass on AMD and NVIDIA too, so enable it by default.
Context: github.com/llvm/llvm-project/pull/211633
>From e9ed62b0fb2d2f402cce9ebc2fab7d4aa67fe526 Mon Sep 17 00:00:00 2001
From: Nick Sarnie <nick.sarnie at intel.com>
Date: Tue, 28 Jul 2026 06:56:24 -0700
Subject: [PATCH] [offload][lit] Run check-offload as part of check-all
Signed-off-by: Nick Sarnie <nick.sarnie at intel.com>
---
offload/test/CMakeLists.txt | 1 -
1 file changed, 1 deletion(-)
diff --git a/offload/test/CMakeLists.txt b/offload/test/CMakeLists.txt
index 771944d8aa8d7..64abec79ac506 100644
--- a/offload/test/CMakeLists.txt
+++ b/offload/test/CMakeLists.txt
@@ -65,7 +65,6 @@ add_offload_testsuite(check-offload
"Running offload tests"
${LIBOMPTARGET_LIT_TESTSUITES}
${CMAKE_CURRENT_BINARY_DIR}/unit
- EXCLUDE_FROM_CHECK_ALL
DEPENDS ${OFFLOAD_TOOLS} omptarget ${OMP_DEPEND} ${LIBOMPTARGET_TESTED_PLUGINS}
LLVMOffload OffloadUnitTests
ARGS ${LIBOMPTARGET_LIT_ARG_LIST})
More information about the llvm-commits
mailing list