[PATCH] D125080: [FuzzMutate] Move LLVM module (de)serialization from FuzzerCLI -> IRMutator. NFC
Sam McCall via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 6 01:23:52 PDT 2022
sammccall created this revision.
sammccall added reviewers: hokein, igor-laevsky.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sammccall requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
These are not directly related to the CLI, and are mostly (always?) used when
mutating the modules as part of fuzzing.
Motivation: split FuzzerCLI into its own library that does not depend on IR.
Subprojects that don't use IR should be be fuzzed without the dependency.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125080
Files:
llvm/include/llvm/FuzzMutate/FuzzerCLI.h
llvm/include/llvm/FuzzMutate/IRMutator.h
llvm/lib/FuzzMutate/FuzzerCLI.cpp
llvm/lib/FuzzMutate/IRMutator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125080.427552.patch
Type: text/x-patch
Size: 7431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220506/bcf46081/attachment.bin>
More information about the llvm-commits
mailing list