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 298d2fa commit b37d158Copy full SHA for b37d158
mlir/test/lib/Pass/TestPassManager.cpp
@@ -115,7 +115,7 @@ struct TestInvalidIRPass
115
MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(TestInvalidIRPass)
116
117
TestInvalidIRPass() = default;
118
- TestInvalidIRPass(const TestInvalidIRPass &other) {}
+ TestInvalidIRPass(const TestInvalidIRPass &other) : PassWrapper(other) {}
119
120
StringRef getArgument() const final { return "test-pass-create-invalid-ir"; }
121
StringRef getDescription() const final {
0 commit comments