[PATCH] CMake+Ninja Linux buildbots

David Blaikie dblaikie at gmail.com
Thu Sep 4 08:29:47 PDT 2014


I'd probably avoid introducing a different ordering of the name
"checkout_clang_extra_tools" (where the repository is clang_tools_extra,
etc - so just name it "checkout_clang_tools_extra" for consistency)

The stage two part could maybe benefit from an early return rather than
indenting the whole thing

Other than that it looks like a totally plausible/good start to me.


On Thu, Sep 4, 2014 at 8:13 AM, Renato Golin <renato.golin at linaro.org>
wrote:

> Hi,
>
> I'm trying to move from autoconf buildbots to CMake+Ninja on the ARM
> bots, so that I can also test compiler-rt and others. Attached is my
> new ClangBuilder function to do that.
>
> It handles clean|unclean builds, multiple stages, testing
> stage1|stage2|stage1+2, clang-tools-extra, compiler-rt, etc.
>
> I have four combinations of bots {clean, unclean} x {check1,
> self-host+check2} and it's working great. Please let me know how can I
> improve, or if I can just commit and continue updating it as I
> progress.
>
> I'd like to use it as soon as possible to make my private bots public.
>
> cheers,
> --renato
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140904/e7e35ec4/attachment.html>


More information about the llvm-commits mailing list