[Lldb-commits] [PATCH] D26190: [RFC] Solve linking inconsistency, proposal two

Jim Ingham via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 1 11:21:29 PDT 2016


jingham added a comment.

Note that in this proposal, lldb is doing pretty much the same thing that libclang does.  libclang exports its specific functionality but makes no attempt to export the llvm classes it uses.  The only difference is that lldb exports a tightly controlled C++ API, whereas libclang exports a C interface.


https://reviews.llvm.org/D26190





More information about the lldb-commits mailing list