This is an archive of the discontinued LLVM Phabricator instance.

[mlir][tblgen] Fully qualify more names.
ClosedPublic

Authored by csigg on Aug 23 2023, 5:55 AM.

Details

Summary

Fixes compilation issues when the generated code does not live in the mlir namespace.

Diff Detail

Event Timeline

csigg created this revision.Aug 23 2023, 5:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 5:55 AM
csigg requested review of this revision.Aug 23 2023, 5:55 AM
mehdi_amini accepted this revision.Aug 23 2023, 10:32 AM

I thought I fixed most of these in the last few days already?

Feel free to land what hasn't!

This revision is now accepted and ready to land.Aug 23 2023, 10:32 AM
This revision was automatically updated to reflect the committed changes.