This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix missing ::mlir namespace
ClosedPublic

Authored by ataheridezfouli-groq on Apr 10 2023, 11:44 AM.

Details

Summary

Add a missing ::mlir namespace for MixedContainerType
that only triggers if the user is not using namespace mlir.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
ataheridezfouli-groq requested review of this revision.Apr 10 2023, 11:44 AM
rriddle accepted this revision.Apr 10 2023, 11:46 AM
This revision is now accepted and ready to land.Apr 10 2023, 11:46 AM

@rriddle do you mind merging this for me. I don't have commit privileges. Thank you.

This revision was automatically updated to reflect the committed changes.