[lldb] Don't set the OS for ARMGetSupportedArchitectureAtIndex
authorJonas Devlieghere <jonas@devlieghere.com>
Sat, 6 Nov 2021 05:07:54 +0000 (22:07 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Sat, 6 Nov 2021 05:52:28 +0000 (22:52 -0700)
commitcd7a2bf94b69e613ce64327839b831610c4eea14
tree9f259a81027762be2f2bcad3f0f65dde17e1037b
parent0a5c26f2efa3fd57c5442acfebaaa2ba5382db0a
[lldb] Don't set the OS for ARMGetSupportedArchitectureAtIndex

Don't set the OS when computing supported architectures in
PlatformDarwin::ARMGetSupportedArchitectureAtIndex.

Differential revision: https://reviews.llvm.org/D113159
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp