[PATCH] D119000: [Bitcode] Add fuzzer for bitcode reading

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 11:21:22 PST 2022


nikic added a comment.

In D119000#3297487 <https://reviews.llvm.org/D119000#3297487>, @dblaikie wrote:

> If we check this in, does it start failing buildbots or anything if it's not clean? Do we have to address the OOMs for this to be clean, or are OOMs not considered failures by any buildbots/don't produce failmail?

Nothing should use the fuzzer by default, it needs to be added to oss-fuzz to run. So just adding it is not problematic.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119000/new/

https://reviews.llvm.org/D119000



More information about the llvm-commits mailing list