[Mlir-commits] [mlir] [MLIR][Python] Make check-mlir-python depend on runner utils (PR #166077)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Nov 2 18:00:19 PST 2025
================
@@ -12,6 +12,8 @@ add_public_tablegen_target(MLIRPythonTestIncGen)
add_subdirectory(lib)
set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules mlir-runner)
+# These two targets are required by ExecutionEngine test cases.
+list(APPEND MLIR_PYTHON_TEST_DEPENDS mlir_c_runner_utils mlir_runner_utils)
----------------
PragmaTwice wrote:
yeah you're right. done in https://github.com/llvm/llvm-project/pull/166077/commits/32c9925cf36fadc8d2a12ca597f5e34d055f8366.
https://github.com/llvm/llvm-project/pull/166077
More information about the Mlir-commits
mailing list