This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Mark OpState::getAttrs() deprecated.
ClosedPublic

Authored by csigg on Feb 25 2021, 5:37 AM.

Details

Diff Detail

Event Timeline

csigg created this revision.Feb 25 2021, 5:37 AM
csigg requested review of this revision.Feb 25 2021, 5:37 AM
csigg updated this revision to Diff 326437.Feb 25 2021, 10:36 AM

Fix clang-tidy.

rriddle accepted this revision.Feb 25 2021, 11:28 AM
This revision is now accepted and ready to land.Feb 25 2021, 11:28 AM
This revision was landed with ongoing or failed builds.Feb 25 2021, 11:55 AM
This revision was automatically updated to reflect the committed changes.

Builds of flang with -DFLANG_ENABLE_WERROR=On are now failing.

Builds of flang with -DFLANG_ENABLE_WERROR=On are now failing.

Sorry about that. Do you have a link or build log?
I assume calling deprecated getAttrs() generates the error, but I don't see any such calls.
Thanks, and sorry for the churn.