[Lldb-commits] [PATCH] D55332: [CMake] Python bindings generation polishing
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 5 09:09:27 PST 2018
sgraenitz marked an inline comment as done.
sgraenitz added inline comments.
================
Comment at: CMakeLists.txt:143
- DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py
- DEPENDS ${LLDB_PYTHON_TARGET_DIR}/lldb.py
COMMENT "Python script sym-linking LLDB Python API")
----------------
We depend on `swig_wrapper` which depends on it/generates it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55332/new/
https://reviews.llvm.org/D55332
More information about the lldb-commits
mailing list