[Lldb-commits] [PATCH] D68007: [lldb] Move swig call from python code to cmake

Haibo Huang via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 24 22:45:36 PDT 2019


hhb added a comment.

In D68007#1681908 <https://reviews.llvm.org/D68007#1681908>, @mgorny wrote:

> I'm kinda surprised we don't need site-packages path there after all.


Yes that's surprising. Seems like it is better to move the install() call in your change to lldb/CMakeLists.txt. To be together with the call to finishSwigWrapperClasses.py.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68007





More information about the lldb-commits mailing list