Displaying 3 results from an estimated 3 matches for "r222181".
2015 Mar 11
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
...would fix the timeout issues on slow builds,
>> but it's not clear how CMake would do that by default
>
> I'm not sure I understand the second part of that statement. As far as I know, all we have to do is add USES_TERMINAL to the appropriate targets and this change was made in r222181. At this point having CMake >= 3.2 and Ninja >= 1.5 should be enough to make this work.
Ok, but CMake 3.2 is *too* new. I'm ok with supporting this on my
bots, to fix them properly, but that's not something I'd like to
impose on everyone.
Thanks for the explanation.
cheers,
--r...
2014 Dec 18
6
[LLVMdev] LIT Verbose
Folks,
Some of our CMake buildbots are failing to timeout, and I believe it's
something to do with how the output comes from the LIT tests, even
though we add -v to LIT_ARGS.
When the "check-all" stage runs, the output stops at the "Running
tests" message and only prints the rest of the output (including all
tests that pass, fail, etc) at the end.
I believe this has to
2015 Mar 11
7
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
On 11 March 2015 at 04:14, Chandler Carruth <chandlerc at google.com> wrote:
> Just to rebase things a bit, here is some context.
>
> - This is a 60+ email thread spreading across a month of time.
> - I've not read every single email and I don't think it makes sense to
> assume the context of the first email applies to the most recent.
I think we all agree that