[PATCH] D21218: [LibFuzzer] Avoid using std::random_swap() due to platform differences and implement our own version.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 07:27:13 PDT 2016


kcc added a comment.

Can you just change the number of iterations to e.g. 1<<20 or 1<<21?


http://reviews.llvm.org/D21218





More information about the llvm-commits mailing list