OSDN Git Service

ARM: switch armv7em triple to hard-float defaults and libcalls.
authorTim Northover <tnorthover@apple.com>
Wed, 18 Jul 2018 12:37:04 +0000 (12:37 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 18 Jul 2018 12:37:04 +0000 (12:37 +0000)
commitfeb1bb8b826b10a48122d872e465d359d93f4226
treef56cdfedcac31af754086085ba107e147fcab877
parent99893224eb0a8cd9694026bce425bfea542dbfbd
ARM: switch armv7em triple to hard-float defaults and libcalls.

We were emitting incorrect calls to libm functions that LLVM had decided it
knew about because the default is soft-float.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337385 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMTargetMachine.h
test/CodeGen/ARM/darwin-eabi.ll
test/CodeGen/ARM/macho-embedded-float.ll [new file with mode: 0644]