[Mlir-commits] [mlir] [MLIR] Add llvm (debug) attributes to CAPI (PR #83992)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Mar 5 07:48:59 PST 2024
edg-l wrote:
> `unwrapList` can only unwrap C API data structures to their C++ counterpart, e.g. `MlirAttribute` to `mlir::Attribute`. It will not magically downcast attributes to a specific type. You will have to do that yourself.
thanks! my cpp was a bit rusty (haha pun intended), i know how to make it work now
https://github.com/llvm/llvm-project/pull/83992
More information about the Mlir-commits
mailing list