[PATCH] D22742: Fix `-jobs=<N>` where <N> > 1 and the number of workers is > 1 on macOS.
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 11:45:27 PDT 2016
kcc added a comment.
> It's true that this code isn't really Darwin specific (apart from the forward declared `environ` global). In principle it ought to work on Linux too. I decided to not change how `ExecuteCommand` worked on Linux because it already works correctly there. @kcc how would you feel about using the Darwin implementation of `ExecuteCommand` for Linux too?
It won't fix any problem and will complicate the code that I have to maintain (and understand) on Linux. So, I won't be happy.
https://reviews.llvm.org/D22742
More information about the llvm-commits
mailing list