Commit 0102a61
committed
[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.1 parent 6eff7ed commit 0102a61
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
196 | 195 | | |
197 | 196 | | |
198 | 197 | | |
| |||
0 commit comments