[llvm] [mlir] [CMake] add `SKIP` to `add_lit_testsuites` (PR #157176)

Mehdi Amini via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 15:52:58 PDT 2025


================
@@ -247,4 +247,5 @@ add_lit_testsuite(check-mlir "Running the MLIR regression tests"
 
 add_lit_testsuites(MLIR ${CMAKE_CURRENT_SOURCE_DIR}
   DEPENDS ${MLIR_TEST_DEPENDS}
+  SKIP python
----------------
joker-eph wrote:

I'm not quite following the effect of not doing it actually. 
What happens if I take this patch and remove just this line?

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


More information about the llvm-commits mailing list