[Mlir-commits] [mlir] [mlir][python] value casting (PR #69644)

Maksim Levental llvmlistbot at llvm.org
Tue Nov 7 01:04:35 PST 2023


================
@@ -1112,6 +1110,7 @@ class PyConcreteAttribute : public BaseTy {
 /// bindings so such operation always exists).
 class PyValue {
 public:
+  virtual ~PyValue() = default;
----------------
makslevental wrote:

Done.

https://github.com/llvm/llvm-project/pull/69644


More information about the Mlir-commits mailing list