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

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 1 12:31:02 PDT 2018


zturner added a comment.

Update: It's because There was a problem with my `PYTHONPATH` and python was getting disabled at CMake configure time.  So I was effectively running with `LLDB_DISABLE_PYTHON`.  So basically it's only broke on the `LLDB_DISABLE_PYTHON` codepath.


https://reviews.llvm.org/D53989





More information about the lldb-commits mailing list