[Lldb-commits] [PATCH] D121036: Fix target.save-jit-objects when the CWD is not writeable

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 4 17:58:53 PST 2022


jingham added a comment.

I tried emitting an error when you go to write the file, but the way this is layered this just comes out as a string somewhere in the middle of the expression output, and ended up being noisy and confusing.  I think it's better to validate the value on input.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121036



More information about the lldb-commits mailing list