[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 9 11:08:04 PDT 2016


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

Be explicit about `environ` being a C symbol. Previously the name in the emitted object file appeared to be unmangled but to avoid any doubt being explicit is probably a good idea.


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.67377.patch
Type: text/x-patch
Size: 8401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/576a737f/attachment.bin>


More information about the llvm-commits mailing list