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

Maksim Levental llvmlistbot at llvm.org
Tue Sep 9 08:36:26 PDT 2025


makslevental wrote:

> I don't follow what you mean? If you rely on these, surely you'll get these in the install package after they get generated

I don't know understand what you don't understand - these type stubs used to be in the source directory. They functioned as a reference for users and developers. Now they're no longer checked in. I had several people contact me confused about their disappearance.

> If this work needs to have the build configuration generate file in the source directory, I would claim there is something deeply broken in the whole design, and I'll request a revert until we can figure out a way forward.

Do you have a technical reason for calling this "deeply broken" or if it just FUD? The files are non functional outside of a type checking context, they are generated into an empty directory, and they are in the gitignore.

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


More information about the Mlir-commits mailing list