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

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


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.
On Fri, Jun 15, 2018 at 8:29 AM Greg Clayton via Phabricator <
reviews at reviews.llvm.org> wrote:

> clayborg added a comment.
>
> In https://reviews.llvm.org/D48215#1133695, @zturner wrote:
>
> > The internal api has no guarantees as to its stability.
>
>
> What do you mean by this? If we have an internal API that claims to give
> out paths, it should give out paths. What am I missing here?
>
>
> https://reviews.llvm.org/D48215
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180615/8166ec71/attachment.html>


More information about the lldb-commits mailing list