[libc-commits] [PATCH] D152563: [libc] Minimal support for riscv32
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jun 12 11:46:12 PDT 2023
sivachandra added a comment.
In D152563#4414832 <https://reviews.llvm.org/D152563#4414832>, @mikhail.ramalho wrote:
> One of the open queries for D148797 <https://reviews.llvm.org/D148797> was on buildbot support - is that a blocker for baremetal targets too?
That's a good question :) - the answer is "no" because in general it is very hard to manage bare metal boards on a CI platform. That said, we do want build only bots. We have not blocked the arm32 bare metal config that way, so I think we not should block riscv32 also. But, I plan to set up cross-builders for baremetal configs soon. Once we have examples, we will starting blocking bare metal configs also on build-only bots.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152563/new/
https://reviews.llvm.org/D152563
More information about the libc-commits
mailing list