labath added a comment.
I don't suppose we could have a (gdb-client?) test for some of this stuff?
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp:158
+ // tell them apart and mark the host platform as compatible or not.
+ if (host_arch.IsValid()) {
+ llvm::Triple host_triple = host_arch.GetTriple();
----------------
if (!host_arch || host_arch.GetTriple().getOS() == llvm::Triple::MacOSX)
...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121444/new/
https://reviews.llvm.org/D121444
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits