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

Galina Kistanova gkistanova at gmail.com
Wed May 26 12:57:13 PDT 2010


Hello everyonel,

Just wondering are these changes committable?

Thanks

Galina


On Mon, May 24, 2010 at 7:21 PM, Galina Kistanova <gkistanova at gmail.com> wrote:
> 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
>



More information about the llvm-commits mailing list