[Lldb-commits] [PATCH] D26188: [RFC] Solve linking inconsistency, proposal one

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 1 09:34:07 PDT 2016


zturner added a comment.

BTW, in general static linking on Windows is "bad", but as long as no SBI API header directly or indirectly includes an LLVM header, and there is no LLVM usage on the API boundary, it should be ok IIUC.


https://reviews.llvm.org/D26188





More information about the lldb-commits mailing list