[Lldb-commits] [lldb] [LLDB][NFC] Move CPlusPlusLanguage methods used in Core/Module.cpp to a separated module to break lldb-server dependencies (PR #132274)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 4 04:38:53 PDT 2025
slydiman wrote:
> I was referring more to the other items on the list. I assumed, it seems incorrectly, that Alex's patch would fix the dependency in the mangler. It seems like that part still needs to be pluginized, somehow.
Note Module.cpp still uses `CPlusPlusLanguage::MethodName` in `Module::LookupInfo::Prune()` besides Alex's patch.
https://github.com/llvm/llvm-project/pull/132274
More information about the lldb-commits
mailing list