Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Python] Remove dependency on MLIRPythonSources.Dialects.builtin.
This specific dependency no longer works after an upstream change: llvm/llvm-project#97167. Furthermore, we never actually wanted this dependency, since we don't actually do anything with the builtin dialect ops. We only used this to convince the MLIR bindings to do the automatic downcasting for builtin dialect types and attributes, which required the builtin dialect to be registered (even though it always is) until this change went in: llvm/llvm-project#72338. Now that these changes are behind us, we can remove our workaround and avoid the issues that ensue by depending on a target no one usually depends on.
- Loading branch information