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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to