[PATCH] D129377: [lldb/Fuzzer] Add fuzzer for expression evaluator
Chelsea Cassanova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 13 11:50:06 PDT 2022
cassanova updated this revision to Diff 444361.
cassanova added a comment.
Updated the ProtobufMutator CMake module and expression fuzzer CMakeLists file so that the expression fuzzer will create its own target name in its CMake file, and the ProtobufMutator will not attempt to create another target if one already exists
Also updated the expression fuzzer's CMake file to create a directory to store expression fuzzer artifacts.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129377/new/
https://reviews.llvm.org/D129377
Files:
clang/cmake/modules/ProtobufMutator.cmake
clang/tools/clang-fuzzer/handle-cxx/CMakeLists.txt
clang/tools/clang-fuzzer/proto-to-cxx/CMakeLists.txt
lldb/tools/lldb-fuzzer/CMakeLists.txt
lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/CMakeLists.txt
lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/cxx_proto.proto
lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/lldb-expression-fuzzer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129377.444361.patch
Type: text/x-patch
Size: 9143 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220713/4ab62a54/attachment.bin>
More information about the cfe-commits
mailing list