[Mlir-commits] [mlir] [mlir] Add support for recursive elements in DICompositeTypeAttr. (PR #74948)
Justin Wilson
llvmlistbot at llvm.org
Sat Jan 27 18:32:59 PST 2024
waj334 wrote:
> @waj334 Is this work still active? I'm adding generic support for recursive types (beyond composites) to DI, which would probably subsume this work. Thought I'd check here in case you were still working on it. We currently have a [discussion thread here](https://discourse.llvm.org/t/handling-cyclic-dependencies-in-debug-info/67526/13) if you're interested in following up on that. Thanks!
I'll be picking this up again soon as I will have a bit more free time to continue the work. What I have so far functions, but if you have an alternative design in mind I'll be interested in what you are planning since my work primarily targets composites.
https://github.com/llvm/llvm-project/pull/74948
More information about the Mlir-commits
mailing list