Skip to content

Commit d0c0986

Browse files
authored
[MLIR][Python] add not to MLIR_PYTHON_TEST_DEPENDS (#159124)
[lit complains if these aren't found](https://github.com/llvm/llvm-project/blob/95fc948c0a07953ae9d0973854336e197e36d349/llvm/utils/lit/lit/llvm/config.py#L466-L482) (even if they're not used by a test...) so make sure to include all of them in `MLIR_PYTHON_TEST_DEPENDS`.
1 parent 371048e commit d0c0986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/test/python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_subdirectory(lib)
1313

1414
set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules)
1515
if(NOT MLIR_STANDALONE_BUILD)
16-
list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count)
16+
list(APPEND MLIR_PYTHON_TEST_DEPENDS FileCheck count not)
1717
endif()
1818
add_lit_testsuite(check-mlir-python "Running the MLIR Python regression tests"
1919
${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)