[Lldb-commits] [PATCH] D68370: Componentize lldb/scripts to use with LLVM_DISTRIBUTION_COMPONENTS

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 2 23:40:31 PDT 2019


mgorny added inline comments.


================
Comment at: lldb/scripts/CMakeLists.txt:72
   # Install the LLDB python module
-  install(DIRECTORY ${SWIG_PYTHON_DIR}/ DESTINATION ${SWIG_INSTALL_DIR})
+  add_custom_target(lldb-scripts)
+  add_dependencies(lldb-scripts finish_swig)
----------------
Maybe add `python` somewhere in the name. Technically, the whole thing looks like it was designed to support more swig targets.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68370





More information about the lldb-commits mailing list