[PATCH] D129377: [lldb/Fuzzer] Add fuzzer for expression evaluator
Chelsea Cassanova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 11 15:18:39 PDT 2022
cassanova added inline comments.
================
Comment at: lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/CMakeLists.txt:21
+
+ include(ProtobufMutator)
+ include_directories(${ProtobufMutator_INCLUDE_DIRS})
----------------
Commenting out this line causes the project to generate, but I get file not found errors when including the protobuf errors when trying to build the fuzzer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129377/new/
https://reviews.llvm.org/D129377
More information about the cfe-commits
mailing list