[all-commits] [llvm/llvm-project] c5046e: [ARM] Adding v8.7-A command-line support for the A...

Lucas Duarte Prates via All-commits all-commits at lists.llvm.org
Thu Dec 17 05:53:27 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c5046ebdf6e4be9300677c538ecaa61648c31248
      https://github.com/llvm/llvm-project/commit/c5046ebdf6e4be9300677c538ecaa61648c31248
  Author: Lucas Prates <lucas.prates at arm.com>
  Date:   2020-12-17 (Thu, 17 Dec 2020)

  Changed paths:
    M clang/lib/Basic/Targets/ARM.cpp
    M clang/test/Driver/arm-cortex-cpus.c
    M clang/test/Preprocessor/arm-target-features.c
    M llvm/include/llvm/ADT/Triple.h
    M llvm/include/llvm/Support/ARMTargetParser.def
    M llvm/lib/Support/ARMTargetParser.cpp
    M llvm/lib/Support/Triple.cpp
    M llvm/lib/Target/ARM/ARM.td
    M llvm/lib/Target/ARM/ARMPredicates.td
    M llvm/unittests/Support/TargetParserTest.cpp

  Log Message:
  -----------
  [ARM] Adding v8.7-A command-line support for the ARM target

This extends the command-line support for the 'armv8.7-a' architecture
name to the ARM target.

Based on a patch written by Momchil Velikov.

Reviewed By: ostannard

Differential Revision: https://reviews.llvm.org/D93231




More information about the All-commits mailing list