This is an archive of the discontinued LLVM Phabricator instance.

[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