[Lldb-commits] [PATCH] D142793: Remove -py3 command line arg from swig invocation; generates warning with swig 4.1.1

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 27 17:05:19 PST 2023


jasonmolenda created this revision.
jasonmolenda added a reviewer: JDevlieghere.
jasonmolenda added a project: LLDB.
Herald added a project: All.
jasonmolenda requested review of this revision.
Herald added a subscriber: lldb-commits.

When I touch the bindings and build with ninja, I see

  [5/15] Building LLDB Python wrapper
  Deprecated command line option: -py3. Ignored, this option is no longer supported.

with swig 4.1.1.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142793

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: D142793.492953.patch
Type: text/x-patch
Size: 379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230128/e006e561/attachment.bin>


More information about the lldb-commits mailing list