[flang-commits] [flang] [flang][debug] Improve name generation for basic types. (PR #161361)

Abid Qadeer via flang-commits flang-commits at lists.llvm.org
Tue Sep 30 08:50:08 PDT 2025


abidh wrote:

> Could we do `integer(kind=...)` instead?

Both styles `integer(kind=8)` and `integer*8`  are used by other compilers. I have no strong opinion either way. I can change it to `integer(kind=...)` if this is preferred.

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


More information about the flang-commits mailing list