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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits