This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fully specify removeAttr return type
ClosedPublic

Authored by tpopp on Jan 5 2021, 3:43 PM.

Details

Summary

This was added without full specification like other generated methods.
This then leads to other downstream dialects failing to compile the
generated code when they are not in the mlir namespace.

Diff Detail

Event Timeline

tpopp created this revision.Jan 5 2021, 3:43 PM
tpopp requested review of this revision.Jan 5 2021, 3:43 PM
jpienaar accepted this revision.Jan 5 2021, 3:52 PM
This revision is now accepted and ready to land.Jan 5 2021, 3:52 PM
This revision was landed with ongoing or failed builds.Jan 5 2021, 3:52 PM
This revision was automatically updated to reflect the committed changes.

Thanks for fixing this. I tested this locally and it was good on my build!

mlir/test/mlir-tblgen/op-attribute.td
291

Accidental diff?