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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 20 12:20:53 PST 2023


JDevlieghere requested changes to this revision.
JDevlieghere added a comment.
This revision now requires changes to proceed.

In what version of SWIG was this deprecated? We officially support  SWIG 3 and later. What happens with SWIG 3 if you omit the flag, is it a NOOP? If so then this is fine, otherwise we should conditionalize it based on the SWIG version (or propose bumping the minimum to SWIG4).


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