[zorg] Add support for a new Aarch64 buildbot

Galina Kistanova gkistanova at gmail.com
Tue May 28 21:49:03 PDT 2013


Hello Gabor,

The patch looks Ok.

There are two small things:

> -    configure_args = ["./configure"]
> +    configure_args = [WithProperties("%(builddir)s/" + "llvm/configure")]
> +    # configure_args = [WithProperties("%s/" + "llvm/configure",
"builddir")]

Why do you need the commented line?

And for consistency with other builders, could you define llvm_srcdir (set
it to "llvm" for in-tree or "llvm.src" for out-of-tree builds), and use it
instead of hardcoded "llvm", please?

Thanks

Galina



On Tue, May 28, 2013 at 2:07 AM, Gabor Ballabas <gaborb at inf.u-szeged.hu>wrote:

> Hello Galina,
>
> We have a Aarch64 buildbot based on the ARM Foundation Model (an Aarch64
> simulator)
> at the University of Szeged, Hungary. It can be seen at this link:
> http://cute2.inf.u-szeged.hu:3389/waterfall
> We would like to connect our slave to the official LLVM buildbot system
> but in order to do that we need
> some changes in the LLVMBuilder.py. The buildslave uses cross-compile to
> build LLVM so we need to add
> support for out-of-tree builds (see attached outofdir.diff). The other
> patch (buildersandslaves.diff)
> adds the new builder and slave to zorg.
> Thanks for your time.
>
> Best regards,
> Gabor Ballabas
>
> _______________________________________________
> 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/20130528/4c060b43/attachment.html>


More information about the llvm-commits mailing list