mib added inline comments.
================
Comment at:
lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/CMakeLists.txt:17
+
+ # This will create a directory specifially for the fuzzer's artifacts, go to
that
+ # directory and run the fuzzer from there. When the fuzzer exits the input
----------------
typo
================
Comment at:
lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/CMakeLists.txt:23
+ COMMENT "Running the LLDB command interpreter fuzzer..."
+ COMMAND mkdir -p ${CMAKE_BINARY_DIR}/commandinterpreter-fuzzer-artifacts &&
+ cd ${CMAKE_BINARY_DIR}/commandinterpreter-fuzzer-artifacts
----------------
You might want to have a top-level `fuzzer-artifacts` that will have
`commandinterpreter-fuzzer-artifacts` as a subdirectory
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128292/new/
https://reviews.llvm.org/D128292
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits