[flang-commits] [flang] [flang][debug] Emit debug info for procedures from an INCLUDE'd file. (PR #225068)
Abid Qadeer via flang-commits
flang-commits at lists.llvm.org
Tue Sep 22 06:42:22 PDT 2026
abidh wrote:
Derived types turned out to have the same problem: a `DICompositeType` takes its line from the `fir.type_info` at the type definition but its file from the compile unit, so a type declared in an INCLUDE'd file was reported in the file doing the including. Fixed the same way in `convertRecordType`.
https://github.com/llvm/llvm-project/pull/225068
More information about the flang-commits
mailing list