[Lldb-commits] [PATCH] D122684: [lldb] Use the selected and host platform to disambiguate between fat binary architectures

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 30 00:04:14 PDT 2022


labath accepted this revision.
labath added a comment.

Just this morning, I was (again) contemplating the idea of introducing some sort of numeric platform priorities. (We currently have a sort of a ternary system -- exact match, compatible match, no match). That would allow us to express pretty much arbitrary relationships ("I know this binary looks like it could be run on the host, but I _really_ want to run it through my super fancy platform").

Nevertheless, the current implementation and the priorities set within it look reasonable to me.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122684/new/

https://reviews.llvm.org/D122684



More information about the lldb-commits mailing list