<div dir="ltr"><div>Hello Gabor,</div><div> </div><div>The patch looks Ok.</div><div> </div><div>There are two small things:</div><div> </div><div>> -    configure_args = ["./configure"]<br>> +    configure_args = [WithProperties("%(builddir)s/" + "llvm/configure")]<br>
> +    # configure_args = [WithProperties("%s/" + "llvm/configure", "builddir")]</div><div> </div><div>Why do you need the commented line?</div><div> </div><div>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?</div>
<div> </div><div>Thanks</div><div> </div><div>Galina</div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 28, 2013 at 2:07 AM, Gabor Ballabas <span dir="ltr"><<a href="mailto:gaborb@inf.u-szeged.hu" target="_blank">gaborb@inf.u-szeged.hu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Galina,<br>
<br>
We have a Aarch64 buildbot based on the ARM Foundation Model (an Aarch64<br>
simulator)<br>
at the University of Szeged, Hungary. It can be seen at this link:<br>
<a href="http://cute2.inf.u-szeged.hu:3389/waterfall" target="_blank">http://cute2.inf.u-szeged.hu:3389/waterfall</a><br>
We would like to connect our slave to the official LLVM buildbot system<br>
but in order to do that we need<br>
some changes in the LLVMBuilder.py. The buildslave uses cross-compile to<br>
build LLVM so we need to add<br>
support for out-of-tree builds (see attached outofdir.diff). The other<br>
patch (buildersandslaves.diff)<br>
adds the new builder and slave to zorg.<br>
Thanks for your time.<br>
<br>
Best regards,<br>
Gabor Ballabas<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br></div>