[all-commits] [llvm/llvm-project] ee620b: [clang][Arm] Fix the default floating point ABI for

Akira Hatanaka via All-commits all-commits at lists.llvm.org
Thu Aug 12 21:48:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ee620b1743bc524ce4b84d8113cb5b43ddcf3b59
      https://github.com/llvm/llvm-project/commit/ee620b1743bc524ce4b84d8113cb5b43ddcf3b59
  Author: Sarah Purohit <winocm at apple.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M clang/lib/Driver/ToolChains/Arch/ARM.cpp
    A clang/test/Driver/windows-macho.c

  Log Message:
  -----------
  [clang][Arm] Fix the default floating point ABI for
'armv7-pc-win32-macho'

It is incorrect to select the hardware floating point ABI on Mach-O
platforms using the Windows triple if the ABI is "apcs-gnu".

rdar://81810554

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




More information about the All-commits mailing list