[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
Wed Sep 15 13:33:55 PDT 2021


dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.

Generally looks OK to me.



================
Comment at: llvm/docs/LangRef.rst:5793-5794
 ``DIImportedEntity`` nodes represent entities (such as modules) imported into a
-compile unit.
+compile unit. The ``elements`` field is list of renamed entities (such as
+variables and subprograms) in imported entity (such as module).
 
----------------



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

https://reviews.llvm.org/D109343



More information about the llvm-commits mailing list