[Mlir-commits] [mlir] [mlir][python] automatically bundle builtin dialect with core sources (PR #72338)
Maksim Levental
llvmlistbot at llvm.org
Tue Nov 14 19:59:58 PST 2023
makslevental wrote:
> It looks like that caching pr has added a behavior that was never intended: not having dialect helper modules should be perfectly legal.
It's important to emphasize - it is still legal. No breakages occur except for in the functionality that depends on loaded dialects (such as type and attribute casting).
https://github.com/llvm/llvm-project/pull/72338
More information about the Mlir-commits
mailing list