Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ARM: switch armv7em MachO triple to hard-float defaults and libcalls. | Tim Northover | 2018-07-19 | 1 | -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 Northover | 2018-07-18 | 1 | -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 Northover | 2018-07-18 | 1 | -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 |