[PATCH] D30684: [libFuzzer] Don't use same seed for all parallel jobs

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 7 10:24:00 PST 2017


vitalybuka added a comment.

Rationlaly it exactly the same a for -seed. It's used to make execution deterministic  (e.g. for debugging).
Currently it is deterministic, but -seed=1 and -jobs=24 pointlessly runs 24 exactly same fuzzers.

I don't care much about the test, I can undo this part, but


https://reviews.llvm.org/D30684





More information about the llvm-commits mailing list