aprantl added inline comments.

================
Comment at: lldb/source/Target/TargetList.cpp:162
             // Only one arch and none was specified.
-            prefer_platform_arch = true;
-            platform_arch = matching_module_spec.GetArchitecture();
+            update_platform_arch(matching_module_spec.GetArchitecture());
           }
----------------
this is wrong. it should be at line 132!

Thanks @jingham !


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

Reply via email to