[Lldb-commits] [PATCH] D122684: [lldb] Use the selected and host platform to disambiguate between fat binary architectures
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Mar 29 16:32:29 PDT 2022
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Looks good. One nit that you can choose to fix if desired
================
Comment at: lldb/source/Target/Platform.cpp:1229-1230
+
+ if (archs.empty())
+ return nullptr;
+
----------------
Move this above line 1227?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122684/new/
https://reviews.llvm.org/D122684
More information about the lldb-commits
mailing list