Commit Graph

2 Commits

Author SHA1 Message Date
Nikita Popov 13ac0392de [Bitcode] Add missing includes in llvm-dis-fuzzer
Probably missed as part of some recent header cleanup.
2022-02-08 09:49:38 +01:00
Nikita Popov 82ef888fbf [Bitcode] Add fuzzer for bitcode reading
Inspired by the discussion on D118694, this adds a straightforward
fuzzer for bitcode reading. Currently it will very quickly run into
OOM, because we do unconditional vector reservations with
user-provided sizes.
2022-02-07 10:24:39 +01:00