Sam McCall
e571e1a6c3
Reland "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR."
...
This reverts commit a1bb952e83 .
I'd somehow missed updating llvm-yaml-parser-fuzzer, now fixed.
2022-05-07 13:49:54 +02:00
Aaron Ballman
a1bb952e83
Revert "[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR."
...
This reverts commit 1c5e85b3da .
It broke a lot of bots with a link error:
https://lab.llvm.org/buildbot/#/builders/171/builds/14222
https://lab.llvm.org/buildbot/#/builders/188/builds/13748
https://lab.llvm.org/buildbot/#/builders/109/builds/38127
2022-05-07 07:29:57 -04:00
Sam McCall
1c5e85b3da
[FuzzMutate] Split out FuzzerCLI library that doesn't depend on IR.
...
All llvm-project fuzzers use this library to parse command-line arguments.
Many of them don't deal with LLVM IR or modules in any way. Bundling those
functions in one library forces build dependencies that don't need to be there.
Among other things, this means check-clang-pseudo no longer depends on most of
LLVM.
Differential Revision: https://reviews.llvm.org/D125081
2022-05-07 12:11:51 +02:00
Nico Weber
06b0c2fe2c
make add_llvm_fuzzer calls slightly more consisten with other cmake
...
llvm-svn: 332112
2018-05-11 17:58:52 +00:00
Matt Morehouse
3f6c1627f7
[llvm-special-case-list-fuzzer] Add fuzz target.
...
Summary: Create a fuzzer for sanitizer blacklists.
Patch by: hctim
Reviewers: morehouse
Reviewed By: morehouse
Subscribers: llvm-commits, mgorny, kcc
Differential Revision: https://review.llvm.org/D38981
llvm-svn: 316014
2017-10-17 17:43:34 +00:00