This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix DialectRegistry::addExtension compile error
ClosedPublic

Authored by ftynse on Apr 6 2022, 3:34 AM.

Details

Summary

It appears that the DialectRegistry::addExtension template was never
instantiated because it contains an obvious compilation error. Fix it.

Diff Detail

Event Timeline

ftynse created this revision.Apr 6 2022, 3:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2022, 3:34 AM
ftynse requested review of this revision.Apr 6 2022, 3:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 6 2022, 3:34 AM
nicolasvasilache accepted this revision.Apr 6 2022, 3:41 AM
This revision is now accepted and ready to land.Apr 6 2022, 3:41 AM
This revision was automatically updated to reflect the committed changes.