This revision was automatically updated to reflect the committed changes. Closed by commit rG35ef899f94eb: [lldb/python] Fix scripted_platform python module creation (authored by mib).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D143122/new/ https://reviews.llvm.org/D143122 Files: lldb/bindings/python/CMakeLists.txt Index: lldb/bindings/python/CMakeLists.txt =================================================================== --- lldb/bindings/python/CMakeLists.txt +++ lldb/bindings/python/CMakeLists.txt @@ -103,13 +103,7 @@ ${lldb_python_target_dir} "plugins" FILES - "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py") - - create_python_package( - ${swig_target} - ${lldb_python_target_dir} - "plugins" - FILES + "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py" "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_platform.py") if(APPLE)
Index: lldb/bindings/python/CMakeLists.txt =================================================================== --- lldb/bindings/python/CMakeLists.txt +++ lldb/bindings/python/CMakeLists.txt @@ -103,13 +103,7 @@ ${lldb_python_target_dir} "plugins" FILES - "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py") - - create_python_package( - ${swig_target} - ${lldb_python_target_dir} - "plugins" - FILES + "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_process.py" "${LLDB_SOURCE_DIR}/examples/python/scripted_process/scripted_platform.py") if(APPLE)
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits