[PATCH] D23755: cmake: Add an ordering dep between HTML & man Sphinx targets

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 10:47:58 PDT 2016


beanz added a subscriber: thakis.
beanz added a comment.

I don't think using the console pool on Ninja is a bigger hack than making two targets that don't actually depend on each other have a false dependency. If Ninja's console pool were to ever have a size greater than 1 our build would be fundamentally broken in *many* ways. While I understand that it might seem like a hack, that behavior is really fundamentally important.

@thakis is our resident Ninja expert (and contributor), he might have opinions.


https://reviews.llvm.org/D23755





More information about the llvm-commits mailing list