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

Dave Lee via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 20 12:37:58 PST 2023


kastiglione added inline comments.


================
Comment at: lldb/bindings/python/CMakeLists.txt:11
       -c++
       -shadow
       -python
----------------
Note that `-shadow` has been deprecated since 2002 and is on by default.


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