[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 Aug 10 15:15:12 PDT 2016


delcypher updated this revision to Diff 67618.
delcypher added a comment.

- s/UseCount/ActiveThreadCount/
- Move some variable declarations closer to where they are being used.
- Fix some typos.
- Reformat comment line.
- Fix resource leak (not calling `posix_spawnattr_destroy()` in certain situations).


https://reviews.llvm.org/D22742

Files:
  lib/Fuzzer/CMakeLists.txt
  lib/Fuzzer/FuzzerUtil.cpp
  lib/Fuzzer/FuzzerUtilDarwin.cpp
  lib/Fuzzer/FuzzerUtilLinux.cpp
  lib/Fuzzer/test/fuzzer-jobs.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22742.67618.patch
Type: text/x-patch
Size: 8798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/01f8ac9f/attachment.bin>


More information about the llvm-commits mailing list