[PATCH] D22742: Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on macOS.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 22:08:19 PDT 2016


delcypher added a comment.

@kcc Hopefully you'll find this new implementation a little more tasteful. I've also included a test. I'm not completely happy with the test but it currently passes on my Linux and macOS machines (with my patch applied). The test fails on macOS without my patch to `ExecuteCommand()`.


https://reviews.llvm.org/D22742





More information about the llvm-commits mailing list