[Lldb-commits] [lldb] r176522 - Add instructions for building LLDB with CMake

Malea, Daniel daniel.malea at intel.com
Wed Mar 6 14:05:52 PST 2013


Cool! That sounds like a good idea. In my testing, cmake+ninja is about
10% faster (<1min on my machine) than configure+make for a full build, and
probably much faster for partial buildsÅ 

I'll let you know when ccache support is done.


Dan

On 2013-03-06 5:02 PM, "Dmitri Gribenko" <gribozavr at gmail.com> wrote:

>On Wed, Mar 6, 2013 at 11:58 PM, Malea, Daniel <daniel.malea at intel.com>
>wrote:
>> Ah, I haven't tried using ccache -- I'll give that a shot and see what
>>can
>> be fixed.
>>
>> Thanks for the info! Are you planning to switch the buildbot over to
>>ninja?
>
>Yes, I was just trying it out to see if it is faster.  But I aim for a
>completely combined buildbot: llvm + compiler-rt +
>clang+clang-tools-extra + lldb + lld.
>
>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 lldb-commits mailing list