[Mlir-commits] [mlir] [MLIR][ExecutionEngine] don't dump decls (PR #164478)
Maksim Levental
llvmlistbot at llvm.org
Tue Oct 21 12:51:56 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:
Note, I double checked and this is the only tool that's required.
https://github.com/llvm/llvm-project/pull/164478
More information about the Mlir-commits
mailing list