[Mlir-commits] [llvm] [mlir] [CMake] add `SKIP` to `add_lit_testsuites` (PR #157176)
Mehdi Amini
llvmlistbot at llvm.org
Sat Sep 6 01:15:24 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:
Is it that when you do:
```
add_lit_testsuite(check-mlir-python
```
later, cmake will complain that the target already exists?
https://github.com/llvm/llvm-project/pull/157176
More information about the Mlir-commits
mailing list