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
Less "confusing", just somewhat verbose compared to add_heir_dialect(DialectName) ;)
The "convenience factor" that I like is that the CMake macro automatically generates inc files for ops, types, attributes, enums, etc based on whether the corresponding *.td file exits (plus, at least for passes, a few additional rules based on observed use patterns). So there's less changing of build files when you add/remove *.td files.
for cmake:
for bazel:
The text was updated successfully, but these errors were encountered: