[PATCH] D95622: Revert "[DWARF] Create subprogram's DIE in DISubprogram's unit"

Jeremy Morse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 08:35:19 PST 2021


jmorse added a comment.

The stack trace is exploding when enumerating child DIEs, so it seems possible that this is running into another scenario where a subprogram is referred to incorrectly across CUs, and that wouldn't be surprising. To state the obvious, we'll need a reproducer to pin down where this is coming from.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95622



More information about the llvm-commits mailing list