JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131020/new/
https://reviews.llvm.org/D131020
___
cfe-commits mailing list
c
cassanova updated this revision to Diff 449729.
cassanova added a comment.
Set the LLDB_FUZZER_TARGET environment variable in the CMake file for the
source code to use.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131020/new/
https://reviews.llvm.org/D131020
Files:
clang/cmake/modu
JDevlieghere added inline comments.
Comment at: lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/CMakeLists.txt:51-56
+add_custom_target(fuzz-lldb-expression
+ COMMENT "Running the LLDB expression evaluator fuzzer..."
+ WORKING_DIRECTORY
${CMAKE_BINARY_DIR}/fuzzer-art
cassanova created this revision.
cassanova added reviewers: JDevlieghere, mib.
cassanova added a project: LLDB.
Herald added a subscriber: mgorny.
Herald added a project: All.
cassanova requested review of this revision.
Herald added a project: clang.
Herald added subscribers: lldb-commits, cfe-com