[Lldb-commits] [PATCH] D137301: PlatformDarwinKernel::GetSupportedArchitectures should report all supported architectures
Jason Molenda via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 2 16:34:36 PDT 2022
jasonmolenda added a comment.
I should note that `PlatformDarwin::ARMGetSupportedArchitectures` and `PlatformDarwin::x86GetSupportedArchitectures` append the entries to the vector passed in, so calling them in sequence is fine.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137301/new/
https://reviews.llvm.org/D137301
More information about the lldb-commits
mailing list