[PATCH] D116415: [Arm] Remove duplicate CPU tests

Tomas Matheson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 30 08:38:06 PST 2021


tmatheson created this revision.
Herald added a subscriber: kristof.beyls.
tmatheson requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D116415

Files:
  clang/test/Driver/arm-cortex-cpus.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116415.396681.patch
Type: text/x-patch
Size: 14604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211230/eca2080a/attachment-0001.bin>


More information about the cfe-commits mailing list