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

Galina Kistanova gkistanova at gmail.com
Tue Jun 1 14:28:25 PDT 2010


Hello Daniel,

Did you had a chance to look at these patches? Are these changes committable?

Thanks

Galina


---------- Forwarded message ----------
From: Galina Kistanova <gkistanova at gmail.com>
Date: Mon, May 24, 2010 at 7:21 PM
Subject: [PATCH] 2 stage llvm-gcc builder for buildbot
To: llvm-commits at cs.uiuc.edu


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/20100601/f7b38eb7/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/20100601/f7b38eb7/attachment-0001.bin>


More information about the llvm-commits mailing list