Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline

[mlir][ODS] Fix the use of cppClassName in Type constraints for TypeDefs
ClosedPublic

Authored by rriddle on Jan 6 2021, 1:21 PM.

Details

Summary

This field is currently being used to mean "Fully resolved class name", which breaks the usage by TypeDefs. This revision prefixes the name with the dialect namespace when necessary.

Depends On D94133

Diff Detail