[all-commits] [llvm/llvm-project] b3c4f6: [ARM] fix "+fp.dp" in multilib selection (#67412)

Dominik Wójt via All-commits all-commits at lists.llvm.org
Thu Oct 19 03:27:47 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b3c4f64943dcabe990c8d23c90de5e8c2cd199d0
      https://github.com/llvm/llvm-project/commit/b3c4f64943dcabe990c8d23c90de5e8c2cd199d0
  Author: Dominik Wójt <domin144 at o2.pl>
  Date:   2023-10-19 (Thu, 19 Oct 2023)

  Changed paths:
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    M clang/test/Driver/print-multi-selection-flags.c
    M llvm/include/llvm/TargetParser/ARMTargetParser.h
    M llvm/lib/TargetParser/ARMTargetParser.cpp

  Log Message:
  -----------
  [ARM] fix "+fp.dp" in multilib selection (#67412)

When the FPU was selected with "+(no)fp(.dp)" extensions in "-march" or
"-mcpu" options, the FPU used for multilib selection was still the
default one for given architecture or CPU.




More information about the All-commits mailing list