[Mlir-commits] [mlir] [MLIR][LLVM] Make DISubprogramAttr cyclic (PR #106571)

Abid Qadeer llvmlistbot at llvm.org
Fri Aug 30 02:41:35 PDT 2024


abidh wrote:

> @abidh this tries to address the import issue that came up after #103055 by supporting cyclic subprograms. @zyx-billy would be nice if you can have a look since I may have missed something.

Thanks for doing this. The `DISubprogramAttr` [here](https://github.com/llvm/llvm-project/blob/9ce4af5cadc24060f3c3674e01902d374afea983/flang/lib/Optimizer/Transforms/AddDebugInfo.cpp#L302) will need to be updated to fix the flang build after this change.

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


More information about the Mlir-commits mailing list