[llvm] r229841 - Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.

Daniel Sanders Daniel.Sanders at imgtec.com
Mon May 18 06:17:36 PDT 2015


Hi,

I can't reproduce it from a cmake+ninja build with 'CMAKE_BUILD_TYPE=' build but I can from a 'CMAKE_BUILD_TYPE=Release' build.

When 'CMAKE_BUILD_TYPE=', the command to build lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetDesc.cpp.o takes around 50s and ~500MB RAM.
When 'CMAKE_BUILD_TYPE=Release', it takes ~30mins and the memory usage very slowly creeps upwards until the process is killed at 1GB.

> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: 17 May 2015 22:05
> To: Kuperstein, Michael M
> Cc: Richard Barton; Daniel Sanders; llvm-commits at cs.uiuc.edu
> Subject: Re: [llvm] r229841 - Reverting r229831 due to multiple
> ARM/PPC/MIPS build-bot failures.
> 
> On 17 May 2015 at 08:04, Kuperstein, Michael M
> <michael.m.kuperstein at intel.com> wrote:
> > I couldn't reproduce it either, self-hosted on x86 windows just fine.
> > The failing buildbot isn't mine, though, so I'm not sure what the differences
> in configuration are.
> 
> Some of the failing bots were mine, but even with very similar
> environments, I still couldn't reproduce it.
> 
> I'll unearth a chromebook 1 and run the test. The self-hosting bots
> are the ones that break the most, and I don't want to put them out for
> a few days.
> 
> cheers,
> --renato




More information about the llvm-commits mailing list