[llvm-dev] 32-bit Architectures no longer tested by any buildbots causing bitrot

David Blaikie via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 20 17:31:00 PDT 2020


Buildbots are effectively crowdsourced - there's no central pool of
resources/machines for this at the moment. You can contribute buildbots by
bringing up your own machine and having it added as a worker for a
configuration of your choosing.

On Tue, Oct 20, 2020 at 4:25 PM Luke Benes via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> While using a raspberry pi 4 for a project, I've discovered 2 recent
> regressions caused by the assumption that the target would be 64-bit. In
> both cases, the developers noted that they missed the error because none of
> the buildbots had picked it up.
>
> I was able to quickly confirm that both issues were related to the size of
> pointer types by spooling up a Debian i686 iso and building clang on it.
> Could we add either an i686 or armhf buildbot to avoid this class of bug
> creeping into the code base?
>
> Thanks
>
> -Luke
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201020/d7fec535/attachment.html>


More information about the llvm-dev mailing list