[Lldb-commits] [PATCH] D40283: lldb: Use the DWARF linkage name when importing C++ methods

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 10 13:54:53 PST 2018


clayborg added a comment.

Added Adrian Prantl as a reviewer in case he has any input. Adrian: is there any way that a DIE is marked up with an extra attribute when the asm name is explicitly set? It would be great to know this from the DWARF so we don't have to end up setting the ASM name for every single possibly affected DIE...


https://reviews.llvm.org/D40283





More information about the lldb-commits mailing list