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 a7517e1 commit 2375d84Copy full SHA for 2375d84
mlir/test/lib/Pass/TestPassManager.cpp
@@ -53,7 +53,7 @@ struct TestOptionsPass
53
: public PassWrapper<TestOptionsPass, OperationPass<func::FuncOp>> {
54
MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestOptionsPass)
55
56
- enum Enum {};
+ enum Enum { One, Two };
57
58
struct Options : public PassPipelineOptions<Options> {
59
ListOption<int> listOption{*this, "list",
0 commit comments