[mlir] Put back virtual ~ConversionTarget(), some users started relying on it

This commit is contained in:
Benjamin Kramer 2021-07-29 11:10:07 +02:00
parent 1c9c2c91d4
commit d81a843846
1 changed files with 1 additions and 0 deletions

View File

@ -622,6 +622,7 @@ public:
using DynamicLegalityCallbackFn = std::function<bool(Operation *)>;
ConversionTarget(MLIRContext &ctx) : ctx(ctx) {}
virtual ~ConversionTarget() = default;
//===--------------------------------------------------------------------===//
// Legality Registration