[DialectAsmPrinter] Add missing 'printAttributeWithoutType' member.
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
Loading
Please sign in to comment