[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
Mon Jan 22 09:09:36 PST 2018


clayborg added a comment.

I am fine with checking this. The only issue on my end is the extra memory that will be needed to store these often huge mangled names in every AST context for the 0.0001% of the time it is actually needed.


https://reviews.llvm.org/D40283





More information about the lldb-commits mailing list