summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/macho-embedded-float.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: switch armv7em MachO triple to hard-float defaults and libcalls.Tim Northover2018-07-191-0/+37
| | | | | | | | | 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
* Revert "ARM: switch armv7em triple to hard-float defaults and libcalls."Tim Northover2018-07-181-36/+0
| | | | | | This reverts commit r337385 until it can be targeted at MachO only. llvm-svn: 337424
* ARM: switch armv7em triple to hard-float defaults and libcalls.Tim Northover2018-07-181-0/+36
We were emitting incorrect calls to libm functions that LLVM had decided it knew about because the default is soft-float. llvm-svn: 337385
OpenPOWER on IntegriCloud