[Lldb-commits] [PATCH] D47235: Move ModuleList's dependency on clangDriver into Host

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue May 22 18:58:15 PDT 2018


zturner added a subscriber: aprantl.
zturner added a comment.

Yea I don’t think this addresses the problem. We should be able to link
against parts of lldb without a dependency on clang. Since this is about
configuring something related to clang, it seems like it should be isolated
to some part of lldb that interfaces with clang


https://reviews.llvm.org/D47235





More information about the lldb-commits mailing list