[llvm] [mlir] [MLIR][Python] enable type stub auto-generation (PR #155741)

Maksim Levental via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 5 08:44:02 PDT 2025


================
@@ -778,6 +773,7 @@ if(MLIR_INCLUDE_TESTS)
       LLVMSupport
     EMBED_CAPI_LINK_LIBS
       MLIRCAPIPythonTestDialect
+    NO_GENERATE_TYPE_STUBS
----------------
makslevental wrote:

It's redundant yes because there's an auto-check for pybind11 but I wanted to illustrate the option.

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


More information about the llvm-commits mailing list