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

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 22 09:26:47 PST 2018


aprantl added a comment.

In https://reviews.llvm.org/D40283#983908, @clayborg wrote:

> 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.


Well since this is for libstdc++ only, should we make this a platform-specific behavior and, e.g., disable it on Darwin?


https://reviews.llvm.org/D40283





More information about the lldb-commits mailing list