[Lldb-commits] [PATCH] D128450: [lldb/Fuzzer] Have target fuzzer write artifacts to specific directory

Chelsea Cassanova via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 23 09:35:03 PDT 2022


cassanova added a comment.

This is a lot cleaner than chaining shell commands, I just implemented the second solution on my end. To clarify, it would create the directory before running the `fuzz-lldb-target` and within the `fuzz-lldb-target` we would just change the working directory to the one that the pre-build command created?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128450/new/

https://reviews.llvm.org/D128450



More information about the lldb-commits mailing list