We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78161de commit ec71677Copy full SHA for ec71677
mlir/include/mlir/IR/OpImplementation.h
@@ -202,7 +202,8 @@ class AsmPrinter {
202
/// special or non-printable characters in it.
203
virtual void printSymbolName(StringRef symbolRef);
204
205
- /// Print a handle to the given dialect resource.
+ /// Print a handle to the given dialect resource. The handle key is quoted and
206
+ /// escaped if it has any special or non-printable characters in it.
207
virtual void printResourceHandle(const AsmDialectResourceHandle &resource);
208
209
/// Print an optional arrow followed by a type list.
0 commit comments