[flang-commits] [flang] [flang][debug] Support TupleType. (PR #113917)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Tue Oct 29 03:34:29 PDT 2024
abidh wrote:
> We likely need a solution to keep the dwarf at the Fortran level here.
> Maybe the debug info pass should be run before the target rewrite pass. This can be tested in another patch though.
Thanks for the detailed reply. I have also been thinking about running AddDebugInfo pass early because of the issue you mentioned. Note issue #108711 and similar issue for derived type #112902 that I opened sometime ago.
Do I understand you right that we should merge this and handle the issue with running AddDebugInfo in a separate PR?
https://github.com/llvm/llvm-project/pull/113917
More information about the flang-commits
mailing list