[LLVMdev] LIT Verbose

Daniel Sanders Daniel.Sanders at imgtec.com
Wed Jan 7 03:07:19 PST 2015


> From: Renato Golin [renato.golin at linaro.org]
> Sent: 07 January 2015 10:13
> To: Daniel Sanders
> Cc: David Blaikie; LLVM Dev
> Subject: Re: [LLVMdev] LIT Verbose
> 
> On 23 December 2014 at 11:56, Daniel Sanders <Daniel.Sanders at imgtec.com> wrote:
> > I've looked at it a bit more and an updated ninja is part of it. You also
> > need build.ninja to contain 'pool = console' on the lit rules. I added it
> > manually to try it out but presumably a cmake update is needed to add this
> > automatically.
> 
> Hi Daniel,
> 
> What do you mean by "pool = console"? There are no pools named
> console, is that some kind of special rule that you created?
> 
> I'd want to get CMake to generate a "pool = linkers" on all link jobs,
> and populate it from an argument's value, irrespective of -j argument.
> This is very useful for distcc. But that's for later.
> 
> cheers,
> --renato

Ninja 1.5 added a pre-defined pool named console. See http://martine.github.io/ninja/manual.html#_the_literal_console_literal_pool



More information about the llvm-dev mailing list