- 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
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 27474 Build 25706: arc lint + arc unit
Event Timeline
Comment Actions
LGTM
share/mk/src.opts.mk | ||
---|---|---|
314 | 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 | It can't move to the first block due to the hard-float issue, but we could take it out of here, yes. |