[PATCH] D27281: [libFuzzer] Diff 9 - Properly use unsigned for "workers" and "jobs" flags, and process id.

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 11:40:57 PST 2016


Int is not large enough to hold a process id on windows. Seems hard to
write a test, since the OS's algorithm for generating process id's is
invisible to us and non deterministic
On Mon, Dec 12, 2016 at 11:04 AM Kostya Serebryany via Phabricator <
reviews at reviews.llvm.org> wrote:

> kcc added a comment.
>
> what problem does this fix?
> If it fixes some existing problem, is a test possible?
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D27281
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161212/1d6cf861/attachment.html>


More information about the llvm-commits mailing list