[all-commits] [llvm/llvm-project] 0a83e9: Revert stubgen-related patches (#157831)
ftynse via All-commits
all-commits at lists.llvm.org
Wed Sep 10 04:35:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a83e96f6616c79a2ac63588a550ed420798791f
https://github.com/llvm/llvm-project/commit/0a83e96f6616c79a2ac63588a550ed420798791f
Author: Oleksandr "Alex" Zinenko <git at ozinenko.com>
Date: 2025-09-10 (Wed, 10 Sep 2025)
Changed paths:
M .ci/all_requirements.txt
M mlir/cmake/modules/AddMLIRPython.cmake
M mlir/examples/standalone/python/CMakeLists.txt
M mlir/python/CMakeLists.txt
R mlir/python/mlir/_mlir_libs/.gitignore
A mlir/python/mlir/_mlir_libs/_mlir/__init__.pyi
A mlir/python/mlir/_mlir_libs/_mlir/dialects/pdl.pyi
A mlir/python/mlir/_mlir_libs/_mlir/dialects/quant.pyi
A mlir/python/mlir/_mlir_libs/_mlir/dialects/transform/__init__.pyi
A mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
A mlir/python/mlir/_mlir_libs/_mlir/passmanager.pyi
A mlir/python/mlir/_mlir_libs/_mlirExecutionEngine.pyi
M mlir/python/requirements.txt
Log Message:
-----------
Revert stubgen-related patches (#157831)
Despite several hotfixes, things remain broken, in particular:
- installation/distribution (`ninja install / install-distribution`);
- downstream projects with bindings exposed.
See
https://github.com/llvm/llvm-project/pull/157583#issuecomment-3274164357
for more details.
Reverts #155741, #157583, #157697. Let's make sure things are fixed and
re-land as a unit.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list