[PATCH] D141679: [CodeGen][Dwarf] Generate global variable DIEs after all subprogram (and their abstract origin) DIEs

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 13 10:54:32 PST 2023


dblaikie added a comment.

This might have some overlap with all the work to scope non-instanced local entities (local statics and local types) that were reverted in 62a6b9e9ab3eb778111e90a34fee1e6a7c64db8a <https://reviews.llvm.org/rG62a6b9e9ab3eb778111e90a34fee1e6a7c64db8a> ?

Could we move the variable construction in one patch, then fix the functionality in a separate patch? will make it easier to review the mechanical changes separately from the semantic ones.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141679



More information about the llvm-commits mailing list