[Lldb-commits] [PATCH] D47742: Change SWIG output directory when building LLDB.framework with CMake
Stephane Sezer via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 4 15:29:18 PDT 2018
sas accepted this revision.
sas added inline comments.
This revision is now accepted and ready to land.
================
Comment at: CMakeLists.txt:149
DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/scripts/finishSwigWrapperClasses.py
- DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/scripts/lldb.py
COMMENT "Python script sym-linking LLDB Python API")
----------------
This path...
================
Comment at: scripts/CMakeLists.txt:38
OUTPUT ${LLDB_WRAP_PYTHON}
- OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/lldb.py
DEPENDS ${SWIG_SOURCES}
----------------
...and this path were not the same before your change. Was that a bug that you're fixing?
https://reviews.llvm.org/D47742
More information about the lldb-commits
mailing list