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

Daniel Sanders Daniel.Sanders at imgtec.com
Mon May 18 07:00:12 PDT 2015


It defaults to empty for me.

For the Mips failure, it seems to be spending a very long time processing the 'extern const MCInstrDesc X86Insts[] = ...' declaration. If I delete it or reduce it to a single entry, the file compiles quickly.

> -----Original Message-----
> From: Kuperstein, Michael M [mailto:michael.m.kuperstein at intel.com]
> Sent: 18 May 2015 14:48
> To: Renato Golin; Daniel Sanders
> Cc: Richard Barton; llvm-commits at cs.uiuc.edu
> Subject: RE: [llvm] r229841 - Reverting r229831 due to multiple
> ARM/PPC/MIPS build-bot failures.
> 
> I think the default CMAKE_BUILD_TYPE is Debug.
> 
> -----Original Message-----
> From: Renato Golin [mailto:renato.golin at linaro.org]
> Sent: Monday, May 18, 2015 16:27
> To: Daniel Sanders
> Cc: Kuperstein, Michael M; Richard Barton; llvm-commits at cs.uiuc.edu
> Subject: Re: [llvm] r229841 - Reverting r229831 due to multiple
> ARM/PPC/MIPS build-bot failures.
> 
> On 18 May 2015 at 14:17, Daniel Sanders <Daniel.Sanders at imgtec.com>
> wrote:
> > 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.
> 
> I never used  'CMAKE_BUILD_TYPE=', only 'CMAKE_BUILD_TYPE=Release' or
> 'CMAKE_BUILD_TYPE=Debug'.
> 
> 
> > When 'CMAKE_BUILD_TYPE=', the command to build
> lib/Target/X86/MCTargetDesc/CMakeFiles/LLVMX86Desc.dir/X86MCTargetD
> esc.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.
> 
> Is this x86_64?
> 
> cheers,
> --renato
> ---------------------------------------------------------------------
> Intel Israel (74) Limited
> 
> This e-mail and any attachments may contain confidential material for
> the sole use of the intended recipient(s). Any review or distribution
> by others is strictly prohibited. If you are not the intended
> recipient, please contact the sender and delete all copies.




More information about the llvm-commits mailing list