NFC put the armv6m entry with the other Cortex-M entries
authorJason Molenda <jason@molenda.com>
Thu, 15 Apr 2021 09:00:36 +0000 (02:00 -0700)
committerJason Molenda <jason@molenda.com>
Thu, 15 Apr 2021 09:02:26 +0000 (02:02 -0700)
commit71a45e7c63285614364d3d5dfcb4d48da6e7535d
tree02270cee56f628a322ed901146cdd91facc8fbe3
parente7be90bd27051c3dcd9a344cb1b347a0c9454c21
NFC put the armv6m entry with the other Cortex-M entries

The armv6m entry in cores_match() got separated from its
friends armv7m and armv7em.  Reuniting them to make it
easier to keep them updated in all at the same time.
lldb/source/Utility/ArchSpec.cpp