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

Dmitri Gribenko gribozavr at gmail.com
Wed Mar 6 14:02:47 PST 2013


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