- able to build riscv64sf world with clang and external binutils
- tested a world built with WITHOUT_LLVM_TARGET_ALL
Details
Details
- Reviewers
dim mhorne emaste - Commits
- rS354660: Enable the RISC-V LLVM backend by default.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM
share/mk/src.opts.mk | ||
---|---|---|
314 ↗ | (On Diff #64084) | We should also take riscv out of here at the same time (if it's not moving to the first block right away) - so that independent of the bootstrap compiler question we have a target Clang. |
Comment Actions
I presume hard-float world can't be built yet due to https://reviews.llvm.org/D66725 still being uncommitted?
share/mk/src.opts.mk | ||
---|---|---|
314 ↗ | (On Diff #64084) | It can't move to the first block due to the hard-float issue, but we could take it out of here, yes. |