You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 0102a61, we removed a dependency that no longer works. However, it would be nice to generate the Python bindings, but just for the builtin dialect. I tried a couple different CMake targets to try to add this back, but couldn't get it working. We should get to the bottom of this, so we can do things like isinstance(foo, builtin.ModuleOp).
The text was updated successfully, but these errors were encountered:
In 0102a61, we removed a dependency that no longer works. However, it would be nice to generate the Python bindings, but just for the builtin dialect. I tried a couple different CMake targets to try to add this back, but couldn't get it working. We should get to the bottom of this, so we can do things like
isinstance(foo, builtin.ModuleOp)
.The text was updated successfully, but these errors were encountered: