[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
Tue Aug 2 16:16:42 PDT 2016
delcypher updated this revision to Diff 66586.
delcypher added a comment.
- Use only two jobs in the test
- Remove `/* */` style comments
- Remove `FIXME` in test.
- Use `EmptyTest` rather than implementing another test.
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.66586.patch
Type: text/x-patch
Size: 8529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160802/5d7cde1c/attachment.bin>
More information about the llvm-commits
mailing list