[all-commits] [llvm/llvm-project] 0a83ff: [FuzzMutate] Move LLVM module (de)serialization fr...
Sam McCall via All-commits
all-commits at lists.llvm.org
Sat May 7 03:11:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a83ff83af3d8db5512d61e043c246d854502e9e
https://github.com/llvm/llvm-project/commit/0a83ff83af3d8db5512d61e043c246d854502e9e
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-05-07 (Sat, 07 May 2022)
Changed paths:
M llvm/include/llvm/FuzzMutate/FuzzerCLI.h
M llvm/include/llvm/FuzzMutate/IRMutator.h
M llvm/lib/FuzzMutate/FuzzerCLI.cpp
M llvm/lib/FuzzMutate/IRMutator.cpp
Log Message:
-----------
[FuzzMutate] Move LLVM module (de)serialization from FuzzerCLI -> IRMutator. NFC
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.
Differential Revision: https://reviews.llvm.org/D125080
More information about the All-commits
mailing list