<div dir="ltr"><div>Thanks for spotting those errors!  Fixed.<br></div><div><br></div><div>If you feel that this doc should be part of the LLVM documentation, perhaps in a revised form, just let me know.  I am willing to convert it into reST and also to go through a peer review, but I simply cannot spend hundreds of hours munging about, rewriting, and retesting over and over as I am already busy on other documentation and other sub-projects.</div>
<div><br></div><div>-- Mikael</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/17 Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Sat, Nov 16, 2013 at 9:15 PM, Mikael Lyngvig <<a href="mailto:mikael@lyngvig.org">mikael@lyngvig.org</a>> wrote:<br>

> <a href="http://llvm.lyngvig.org/Articles/How-to-Setup-an-Arch-Linux-Buildbot-for-LLVM" target="_blank">http://llvm.lyngvig.org/Articles/How-to-Setup-an-Arch-Linux-Buildbot-for-LLVM</a><br>
<br>
> Notice: You only need Ninja for the test build; none of the official LLVM builders use Ninja as far as I know.<br>
<br>
My buildbots use ninja.<br>
<br>
> Please notice that you must specify the absolute path to ninja, otherwise CMake can't figure out where it is located.<br>
<br>
Strange, I never had to do this.  I just put 'ninja' binary into my PATH.<br>
<br>
> pushd llvm-trunk/tools > /dev/null<br>
<br>
This does not look correct to me, because you are not entering the<br>
'clang' directory.  Similarly, for compiler-rt below.<br>
<span class="HOEnZb"><font color="#888888"><br>
Dmitri<br>
<br>
--<br>
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if<br>
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>>*/<br>
</font></span></blockquote></div><br></div>