[LLVMdev] Quad-Core ARMv7 Build Slave Seeks Noble Purpose
Dmitri Gribenko
gribozavr at gmail.com
Sat Nov 16 21:32:54 PST 2013
On Sat, Nov 16, 2013 at 9:15 PM, Mikael Lyngvig <mikael at lyngvig.org> wrote:
> http://llvm.lyngvig.org/Articles/How-to-Setup-an-Arch-Linux-Buildbot-for-LLVM
> Notice: You only need Ninja for the test build; none of the official LLVM builders use Ninja as far as I know.
My buildbots use ninja.
> Please notice that you must specify the absolute path to ninja, otherwise CMake can't figure out where it is located.
Strange, I never had to do this. I just put 'ninja' binary into my PATH.
> pushd llvm-trunk/tools > /dev/null
This does not look correct to me, because you are not entering the
'clang' directory. Similarly, for compiler-rt below.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the llvm-dev
mailing list