[Lldb-commits] [PATCH] D85049: Unify the code that updates the ArchSpec after finding a fat binary with how it is done for a lean binary
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 6 13:13:29 PDT 2020
jasonmolenda added inline comments.
================
Comment at: lldb/source/Target/TargetList.cpp:144
prefer_platform_arch = true;
platform_arch = matching_module_spec.GetArchitecture();
}
----------------
Should this conditional be replaced with your `update_platform_arch` lambda?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85049/new/
https://reviews.llvm.org/D85049
More information about the lldb-commits
mailing list