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

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Tue Nov 7 00:56:40 PST 2023


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

Just checking. It may be worth adding a comment above this in case somebody decides to remove it.

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


More information about the Mlir-commits mailing list