[Lldb-commits] [PATCH] D67866: [lldb] Unify python site-packages path

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Sep 22 23:03:31 PDT 2019


mgorny requested changes to this revision.
mgorny added a comment.
This revision now requires changes to proceed.

I do not believe this to be the right approach. Unconditionally installing Python modules to the wrong directory is a bug, not a feature. It should be fixed (as I proposed in D67890 <https://reviews.llvm.org/D67890>), not made more prominent by making everything hinge on it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67866/new/

https://reviews.llvm.org/D67866





More information about the lldb-commits mailing list