[PATCH] D43387: [DebugInfo] Removed assert on missing CountVarDIE

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 13:20:10 PST 2018


sdesmalen added a comment.

I expect this code to undergo some more changes in the near future because it doesn't work properly with inlining (http://llvm.org/PR36323) and so needs more effort to better retrieve the DIEs for inlined count expressions and to generate correct DWARF for the inlined variable-length types. I started looking into that, but haven't had the time to come up with a patch yet.


https://reviews.llvm.org/D43387





More information about the llvm-commits mailing list