[Lldb-commits] [PATCH] D53989: Fix formatting of wchar, char16, and char32

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 1 14:58:31 PDT 2018


jingham added a comment.

It doesn't seem unreasonable to want to build lldb for smaller systems that don't have Python available, and in fact we do that internally at Apple. Actually, it DOES seem a little unreasonable to me because after all you can just run the debugserver/lldb-server and connect remotely.  But I have not to date been able to convince the folks who have to work on said systems that they don't really want an on device lldb.  Until I can win that argument - which I project happening only just shy of never - I'd rather not  lose the ability to build lldb without Python.


https://reviews.llvm.org/D53989





More information about the lldb-commits mailing list