[Lldb-commits] [PATCH] D131304: [lldb] Remove uses of six module (NFC)

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 8 09:34:47 PDT 2022


kastiglione added inline comments.


================
Comment at: lldb/bindings/python/CMakeLists.txt:63-68
-  if(NOT LLDB_USE_SYSTEM_SIX)
-    add_custom_command(TARGET ${swig_target} POST_BUILD VERBATIM
-      COMMAND ${CMAKE_COMMAND} -E copy
-        "${LLDB_SOURCE_DIR}/third_party/Python/module/six/six.py"
-        "${lldb_python_target_dir}/../six.py")
-  endif()
----------------
@DavidSpickett I removed `LLDB_USE_SYSTEM_SIX` but left the code that copies vendored copy of six.py. Is this what you had in mind? My thinking is there might be lldb scripts that use `six`, and I don't want the removal of internal use of `six` to be a breaking change downstream, not yet anyway.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131304



More information about the lldb-commits mailing list