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 504bb5c commit 4ca9d25Copy full SHA for 4ca9d25
mlir/tools/mlir-tblgen/DialectInterfacesGen.cpp
@@ -169,8 +169,7 @@ bool DialectInterfaceGenerator::emitInterfaceDecls() {
169
//===----------------------------------------------------------------------===//
170
171
static mlir::GenRegistration genDecls(
172
- "gen-dialect-interface-decls",
173
- "Generate dialect interface declarations.",
+ "gen-dialect-interface-decls", "Generate dialect interface declarations.",
174
[](const RecordKeeper &records, raw_ostream &os) {
175
return DialectInterfaceGenerator(records, os).emitInterfaceDecls();
176
});
0 commit comments