================
@@ -4276,6 +4278,19 @@ void GDBRemoteCommunicationClient::ServeSymbolLookups(
case eSymbolTypeCompiler:
case eSymbolTypeInstrumentation:
case eSymbolTypeTrampoline:
+ if (sc.module_sp->GetArchitecture()
+ .GetTriple()
+ .getObjectFormat() ==
+ llvm::Triple::ObjectFormatType::MachO) {
----------------
DavidSpickett wrote:
Yes, Linux CI is failing in the way I'd expect if this condition was backwards
-https://github.com/llvm/llvm-project/actions/runs/27967014254?pr=200134
https://github.com/llvm/llvm-project/pull/200134
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits