[Lldb-commits] [lldb] [LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server dependencies (PR #135033)
Dmitry Vasilyev via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 9 07:40:33 PDT 2025
slydiman wrote:
It seems the sorting of language plug-ins in CMakeLists.txt is not enough. I tested #132274 locally and it passed, but failed on the buildbot [lldb-aarch64-windows](https://lab.llvm.org/buildbot/#/builders/141).
I have updated LookupInfo::LookupInfo() close to the current code as much as possible.
I have hardcoded the list of language plug-ins in used in LookupInfo::LookupInfo().
Note `CPlusPlusLanguage::ExtractContextAndIdentifier()` currently is used for all languages including ObjC and I don't know the default behavior.
It seems I need help with testing this patch on MacOS. Thanks in advance.
https://github.com/llvm/llvm-project/pull/135033
More information about the lldb-commits
mailing list