[PATCH] D67563: Debug Info: Add support for named constants

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 08:48:03 PDT 2019


aprantl added a comment.

In D67563#1675356 <https://reviews.llvm.org/D67563#1675356>, @aprantl wrote:

> How do Fortran compilers represent regular versus inout arguments in DWARF?


According to godbolt.org, gfortran 8.2 emits the same DWARF for in and inout parameters. That doesn't help :-)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67563/new/

https://reviews.llvm.org/D67563





More information about the llvm-commits mailing list