Tim Northover
a7c18ee8c4
ARM: switch armv7em MachO 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.
Recommitted without breaking ELF this time.
llvm-svn: 337450
2018-07-19 12:44:51 +00:00
Tim Northover
da142d10d9
Revert "ARM: switch armv7em triple to hard-float defaults and libcalls."
...
This reverts commit r337385 until it can be targeted at MachO only.
llvm-svn: 337424
2018-07-18 21:32:49 +00:00
Tim Northover
d4abd14c1b
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.
llvm-svn: 337385
2018-07-18 12:37:04 +00:00