[PATCH] D48686: [libFuzzer] [Tests] [NFC] Change seed for reduce_inputs.test
George Karpenkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 27 19:14:12 PDT 2018
george.karpenkov added a comment.
@kcc @morehouse
OK seems I have figured out the issue, the bot was running an earlier branch of LLVM, which did not have the OPT_FOR_FUZZING LLVM attribute,
which allowed efficient fuzzing under -O2. Seems like most problems went from there.
Repository:
rL LLVM
https://reviews.llvm.org/D48686
More information about the llvm-commits
mailing list