[Lldb-commits] [PATCH] D142245: [lldb/swig] Remove deprecated `-py3` flag to generate bindings

Med Ismail Bennani via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 20 11:58:57 PST 2023


mib created this revision.
mib added reviewers: JDevlieghere, bulbazord, LLDB.
mib added a project: LLDB.
Herald added a project: All.
mib requested review of this revision.
Herald added a subscriber: lldb-commits.

This patch removes the `-py3` swig flag, to generate python3 bindings
since it has been deprecated, and is no longer necessary:

  Deprecated command line option: -py3. Ignored, this option is no longer supported

Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142245

Files:
  lldb/bindings/python/CMakeLists.txt


Index: lldb/bindings/python/CMakeLists.txt
===================================================================
--- lldb/bindings/python/CMakeLists.txt
+++ lldb/bindings/python/CMakeLists.txt
@@ -10,7 +10,6 @@
       -c++
       -shadow
       -python
-      -py3
       -threads
       -outdir ${CMAKE_CURRENT_BINARY_DIR}
       -o ${CMAKE_CURRENT_BINARY_DIR}/LLDBWrapPython.cpp


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142245.490938.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230120/ae594f6d/attachment.bin>


More information about the lldb-commits mailing list