[libcxx-commits] [clang] [libcxxabi] [lldb] [llvm] [lldb][Expression] Add structor variant to LLDB's function call labels (PR #149827)

Michael Buch via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 14 05:23:08 PDT 2025


Michael137 wrote:

Latest commit has the changes that make use of the unified structor mangling to do the cross-module lookup. Still not the prettiest because it relies on the `ManglingSubstitutor`, but it makes the cross-module case work pretty seamlessly.

And from digging around, it looks like on linux we already rely on the `ManglingSubstitutor` for the aliased structor variant case.

https://github.com/llvm/llvm-project/pull/149827


More information about the libcxx-commits mailing list