[Mlir-commits] [mlir] [MLIR][ExecutionEngine] don't dump decls (PR #164478)

Maksim Levental llvmlistbot at llvm.org
Tue Oct 21 12:50:43 PDT 2025


================
@@ -11,7 +11,7 @@ add_public_tablegen_target(MLIRPythonTestIncGen)
 
 add_subdirectory(lib)
 
-set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules)
+set(MLIR_PYTHON_TEST_DEPENDS MLIRPythonModules mlir-runner)
----------------
makslevental wrote:

looks like I (potentially) broke lots of tests in this PR https://github.com/llvm/llvm-project/pull/157176 because `mlir/test/lit.cfg.py` tries to call `mlir-runner` (which might not be built):

https://github.com/llvm/llvm-project/blob/3bca1e41e4a449a07ad69e6331f09d71db25589a/mlir/test/lit.cfg.py#L354-L355

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


More information about the Mlir-commits mailing list