davide added inline comments.
================ Comment at: lldb/source/Target/TargetList.cpp:110-111 + // architecture so that the platform matching can be more accurate. + if (!platform_arch.TripleOSWasSpecified() || + !platform_arch.TripleVendorWasSpecified()) { + prefer_platform_arch = true; ---------------- Is this check strict enough? I thought it should be only TripleOSWasSpecified -- what we can infer from the vendor? CHANGES SINCE LAST ACTION https://reviews.llvm.org/D85049/new/ https://reviews.llvm.org/D85049 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits