[llvm-commits] [PATCH] 2 stage llvm-gcc builder for buildbot

Galina Kistanova gkistanova at gmail.com
Mon May 24 19:21:23 PDT 2010


Hello everyone,

Please find attached 2 patches. They add a new build script and a new
builder for cross built self-hosted llvm and llvm-gcc.

The build script firstly builds a cross llvm-gcc
(--build=x86_64-apple-darwin10 --host=x86_64-apple-darwin10
--target=i686-pc-mingw32), then it cross builds a self-hosted llvm-gcc
(--build=x86_64-apple-darwin10 --host=i686-pc-mingw32
--target=i686-pc-mingw32) with just built cross compiler.

Please review.

Thanks

Galina
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-self-4-mingw32-script-01.diff
Type: text/x-patch
Size: 14161 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100524/280c8335/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: build-self-4-mingw32-builder-01.diff
Type: text/x-patch
Size: 4851 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100524/280c8335/attachment-0001.bin>


More information about the llvm-commits mailing list