Upgrade to use LLVM5.0 as the backend compiler and use clang from upstream's LLVM5 branch.
Details
Details
poudriere tested on 10.4 amd64, 11.1 amd64, and HEAD amd64. Compiles hello world as expected on HEAD amd64. Compiles math/R on 10.4, 11.1, HEAD amd64.
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In difference to man 3 sincos on CURRENT, libm of 10 and 11 does not contain sincos. Hence: remove it from flang and replace by sin/cos calls. Thanks to jrm for pointing out the resulting failure to build math/R.