[Lldb-commits] [PATCH] D48215: Remove dependency from Host to python

Zachary Turner via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 15 08:33:17 PDT 2018


zturner added a comment.

It can assert when we pass the python or clang directory enumeration. We
could also remove the values from the internal enumeration but keep them in
the public enumeration. However, we can’t be forced into providing a stable
internal api just because we must provide a stable public api.


https://reviews.llvm.org/D48215





More information about the lldb-commits mailing list