[PATCH] D62635: Add enums as global variables in the IR metadata.

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 16:35:12 PDT 2019


dblaikie added a comment.

In D62635#1547352 <https://reviews.llvm.org/D62635#1547352>, @akhuang wrote:

> I think the main issue was keeping track of which enums are used?


The used enums would still end up in the 'enums' list for the DICompileUnit, right? (If CodeView needs more enums in the list than DWARF does - yeah, that's probably a necessary frontend change - to put the extra needed enums in the enums list)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62635





More information about the llvm-commits mailing list