[Lldb-commits] [PATCH] D43099: Make LLDB's clang module cache path customizable

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Feb 9 12:34:04 PST 2018


jingham added a comment.

To me, the determinant here is whether the llvm project sees many more interactive tools in its future.  If lldb is the only one, then moving all this functionality to llvm seems like effort better spent elsewhere.  But if there are other interactive tools in the offing, it would be great to have all such tools have a common behavior, and so there's good motivation for doing this work.


https://reviews.llvm.org/D43099





More information about the lldb-commits mailing list