[Lldb-commits] [PATCH] D113155: [lldb] Remove nested switches from ARMGetSupportedArchitectureAtIndex (NFC)
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 3 17:36:03 PDT 2021
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp:573
+ static const char *g_arm64_compatible_archs[] = {
+ "arm64", "armv7", "armv7f", "armv7k", "armv7s", "armv7m",
+ "armv7em", "armv6m", "armv6", "armv5", "armv4", "arm",
----------------
I could put this into a def file if desirable, but right now I'm still undecided whether that's overkill.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113155/new/
https://reviews.llvm.org/D113155
More information about the lldb-commits
mailing list