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.
)
--mlir-print-local-scope
1 parent d44d806 commit 4ac1c58Copy full SHA for 4ac1c58
mlir/lib/IR/AsmPrinter.cpp
@@ -182,7 +182,7 @@ struct AsmPrinterOptions {
182
llvm::cl::opt<bool> printLocalScopeOpt{
183
"mlir-print-local-scope", llvm::cl::init(false),
184
llvm::cl::desc("Print with local scope and inline information (eliding "
185
- "aliases for attributes, types, and locations")};
+ "aliases for attributes, types, and locations)")};
186
187
llvm::cl::opt<bool> skipRegionsOpt{
188
"mlir-print-skip-regions", llvm::cl::init(false),
0 commit comments