Displaying 1 result from an estimated 1 matches for "tpbo".
Did you mean:
tbo
2013 Feb 06
5
[LLVMdev] Using CMake/Ninja on buildbots
Hi all,
A discussion was being carried on llvmcommits about the extra time for
cleaning and re-building objects that didn't need to be built on buildbots.
Since they just update the repository, builds could be a lot faster if we
let the objects in place. Even faster if we used Ninja with CMake. Is there
a crucial reason why we're still using autoconf for all builds?
Some of us