[Lldb-commits] [clang] [lldb] [clang][Mangle] Inject structor type into mangled name when mangling for LLDB JIT expressions (PR #155485)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 1 03:55:59 PDT 2025
Michael137 wrote:
LLDB doesn't currently support inheriting ctors in the expression evaluator but I added this capability here for completeness.
https://github.com/llvm/llvm-project/pull/155485
More information about the lldb-commits
mailing list