forked from OSchip/llvm-project
[mlir] Put back virtual ~ConversionTarget(), some users started relying on it
This commit is contained in:
parent
1c9c2c91d4
commit
d81a843846
|
@ -622,6 +622,7 @@ public:
|
|||
using DynamicLegalityCallbackFn = std::function<bool(Operation *)>;
|
||||
|
||||
ConversionTarget(MLIRContext &ctx) : ctx(ctx) {}
|
||||
virtual ~ConversionTarget() = default;
|
||||
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Legality Registration
|
||||
|
|
Loading…
Reference in New Issue