[PATCH] D109343: [DebugInfo] Enhance DIImportedEntity to accept children entities for renamed variables

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 14 08:17:03 PDT 2021


dblaikie added a comment.

Ah, OK, thanks for explaining - sorry I wasn't following the fortran constructs.

Maybe the patch description could be updated a bit - this bit: " This is needed to dump optimized debugging information when imported entity
 has renamed entities (member variables, subprograms)" perhaps along the lines of "where all names in a module are imported, but a few names are imported with overriding aliases"?

But yeah, the general direction seems reasonable to me.


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

https://reviews.llvm.org/D109343



More information about the llvm-commits mailing list