[Mlir-commits] [mlir] [MLIR] Add a BlobAttr interface for attribute to wrap arbitrary content and use it as linkLibs for ModuleToObject (PR #120116)

River Riddle llvmlistbot at llvm.org
Mon Dec 16 13:33:54 PST 2024


https://github.com/River707 approved this pull request.

My gut wants to say BlobInterface could be a method on ElementsAttr (that only works for contiguous data), but there are some warts there that could make it mildly annoying right now. I'm fine with a BlobInterface right now (given it's very direct), we can come back to ElementsAttr later for cleanup.

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


More information about the Mlir-commits mailing list