[Lldb-commits] [PATCH] D65611: [Driver] Expand the target in the driver.
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 5 10:22:08 PDT 2019
JDevlieghere added a comment.
In D65611#1615083 <https://reviews.llvm.org/D65611#1615083>, @labath wrote:
> So what if the user doesn't do `lldb ./foo` but instead does `file ./foo` at the lldb comand prompt? Then, you'll be back at square one as far as reproducers are concerned...
We definitely need the VFS change for the reproducers, no argument there. My earlier comment was more about the change in general, orthogonal to the reproducers.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65611/new/
https://reviews.llvm.org/D65611
More information about the lldb-commits
mailing list