[LLVMdev] Running a Local Buildbot
Dmitri Gribenko
gribozavr at gmail.com
Mon Jan 28 12:45:30 PST 2013
On Mon, Jan 28, 2013 at 10:42 PM, Renato Golin <renato.golin at linaro.org> wrote:
> On 28 January 2013 19:17, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>>
>> does a build in 9min. With ccache (nothing fancy -- apt-get install
>> ccache, set CC/CXX variables), time drops to 1:50--3:00 min on
>> average.
>
>
> Depending on the hardware (development boards tend to be very sensitive and
> the kernel very raw), things that you take for granted are not that simple.
>
> For example, ccache raised some I/O problems on some ARM dev boards, and
> since we're always dealing with fresh hardware (sometimes pre-release), a
> multitude of things will fail even before you get to LLVM.
I understand that. But IIRC, David is interested in IA-32 or amd64
buildbot, that has a particular gcc version, hence my suggestion.
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