Mark armv6m compat with armv7em; match armv7em being compat with armv6m
authorJason Molenda <jason@molenda.com>
Thu, 15 Apr 2021 08:28:58 +0000 (01:28 -0700)
committerJason Molenda <jason@molenda.com>
Thu, 15 Apr 2021 08:30:51 +0000 (01:30 -0700)
commit01ad95ff2a7cc127eddf3832693bbd5c6c54f9ef
treeb823971f33bb0b97633ebf882bd09487e39d6e74
parent3c23807569f0c5ff8fe5ef64c5e51f4e3e33dd03
Mark armv6m compat with armv7em; match armv7em being compat with armv6m

armv7em and armv6m in ArchSpec cores_match() will return true.
There was a small bug where the reverse order would not return true.

rdar://76387176
lldb/source/Utility/ArchSpec.cpp