[llvm] [offload][lit] Run check-offload as part of check-all (PR #212500)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 07:10:36 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-offload

Author: Nick Sarnie (sarnex)

<details>
<summary>Changes</summary>

It's unclear why these were excluded from `check-all`, but we made all tests pass on Level Zero and our local testing shows they pass on AMD and NVIDIA too, so enable it by default.

Context: https://github.com/llvm/llvm-project/pull/211633

---
Full diff: https://github.com/llvm/llvm-project/pull/212500.diff


1 Files Affected:

- (modified) offload/test/CMakeLists.txt (-1) 


``````````diff
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})

``````````

</details>


https://github.com/llvm/llvm-project/pull/212500


More information about the llvm-commits mailing list