[PATCH] D58786: [DebugInfo] Construct nested types on behalf of owner CU

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 28 15:31:40 PST 2019


dblaikie added a comment.

Would it be possible/practical/reasonable to split getOrCreateTypeDIE at 643, before the createAndAddDIE? And at that point do the switch to the appropriate CU (basically as soon as we get the context DIE and can determine which unit is the appropriate one to build the type DIE in)


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

https://reviews.llvm.org/D58786





More information about the llvm-commits mailing list