[Mlir-commits] [mlir] [MLIR][Python] fix stubgen (PR #157583)

Rahul Kayaith llvmlistbot at llvm.org
Mon Sep 8 18:03:57 PDT 2025


================
@@ -166,12 +171,12 @@ endfunction()
 #     on. These will be collected for all extensions and put into an
 #     aggregate dylib that is linked against.
 #   PYTHON_BINDINGS_LIBRARY: Either pybind11 or nanobind.
-#   GENERATE_TYPE_STUBS: Enable type stub generation.
+#   GENERATE_TYPE_STUBS: List of generated type stubs expected from stubgen relative to _mlir_libs.
----------------
rkayaith wrote:

out of curiosity, what happens if someone gets this list wrong?

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


More information about the Mlir-commits mailing list