[flang-commits] [flang] Reland [flang][debug] Emit debug info for named constants- #213974 (PR #215369)

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Fri Aug 28 03:56:23 PDT 2026


abidh wrote:

> LGTM, thank you!
> 
> Should the new behavior be documented somewhere?

Thanks for have a look. Two things are user-visible in this PR. Constants can now be printed in a debugger, and a constant is only described where its defining unit is compiled, so constants of an intrinsic module such as iso_fortran_env are still not described. I have added an entry covering both to flang/docs/ReleaseNotes.md, which is where the compressed-DWARF change from this cycle is also noted.

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


More information about the flang-commits mailing list