[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 12:54:18 PST 2023


mib added inline comments.


================
Comment at: lldb/bindings/python/CMakeLists.txt:11
       -c++
       -shadow
       -python
----------------
kastiglione wrote:
> Note that `-shadow` has been deprecated since 2002 and is on by default.
I guess that this is a leftover from the time we were support SWIG 1.x ... Since we bumped SWIG 3 as the minimal required version, I guess we could also get rid of the `shadow` flag (I checked the flag doesn't exist on Swig 3.0.12).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142245



More information about the lldb-commits mailing list