You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that custom destructor not called. When I delete a class,there are only memref.dealloc %alloc : memref<1x!llvm.struct<(i32, f64, i8)>> and not anything about user-defined destructor function.
I don't know what the problem is. If you can answer it, I'd appreciate it.
Hello, I have a problem when I try to use your open source project. Here is the source for testing.
It seems that custom destructor not called. When I delete a class,there are only
memref.dealloc %alloc : memref<1x!llvm.struct<(i32, f64, i8)>>
and not anything about user-defined destructor function.I don't know what the problem is. If you can answer it, I'd appreciate it.
The text was updated successfully, but these errors were encountered: