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

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed May 23 08:42:37 PDT 2018



> On May 22, 2018, at 6:57 PM, Zachary Turner <zturner at google.com> wrote:
> 
> 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 

And this is the point where I need some help :-)
The intended layering of LLDB is not at all clear to me. Which LLDB libraries are allowed to link against clang? Do we have a diagram somewhere?

-- adrian



More information about the lldb-commits mailing list