forked from OSchip/llvm-project
da93829b44
DialectAsmParser has a `parseAttribute` member that takes a contextual type, but DialectAsmPrinter doesn't have the corresponding member to take advantage of it. As such, custom attribute implementations can't really use it. This adds the obvious missing method which fills this hole. Differential Revision: https://reviews.llvm.org/D110211 |
||
---|---|---|
.. | ||
mlir | ||
mlir-c |