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

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 11:05:08 PDT 2016


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

For the Ninja generator we could instead put the sphinx commands into a custom job pool and limit the pool size to 1. This would alleviate the need of a spurious dependency.


https://reviews.llvm.org/D23755





More information about the llvm-commits mailing list