[all-commits] [llvm/llvm-project] 8aea5d: [Arm] Remove duplicate CPU tests

tmatheson-arm via All-commits all-commits at lists.llvm.org
Tue Jan 4 07:22:37 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8aea5d5951dc7d2130ad671423830a45e215c540
      https://github.com/llvm/llvm-project/commit/8aea5d5951dc7d2130ad671423830a45e215c540
  Author: Tomas Matheson <tomas.matheson at arm.com>
  Date:   2022-01-04 (Tue, 04 Jan 2022)

  Changed paths:
    M clang/test/Driver/arm-cortex-cpus.c

  Log Message:
  -----------
  [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




More information about the All-commits mailing list