[Arm] Remove duplicate CPU tests
authorTomas Matheson <tomas.matheson@arm.com>
Thu, 30 Dec 2021 10:36:36 +0000 (10:36 +0000)
committerTomas Matheson <tomas.matheson@arm.com>
Tue, 4 Jan 2022 15:22:10 +0000 (15:22 +0000)
commit8aea5d5951dc7d2130ad671423830a45e215c540
tree3164e77e593524271efcf0f646a42cd072ee65b9
parentd8276208be763ba5b70e9b422034e77764a8649f
[Arm] Remove duplicate CPU tests

There are some duplicate test lines in clang/test/Driver/arm-cortex-cpus.c.
Looks like these were duplicated from the corresponding v8.0a tests, which test
both "-target armv8" and "-target armv8a". "-target armv8.X" without the "a"
doesn't work for later versions though.

Several tests also specify the -mlittle-endian twice, which looks unintentional.

Remove duplicate test: -target arm -march=armv5 -mthumb

Differential Revision: https://reviews.llvm.org/D116415
clang/test/Driver/arm-cortex-cpus.c