[all-commits] [llvm/llvm-project] 8520b0: [lldb/swig] Remove deprecated flags for generating...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Mon Jan 30 14:08:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8520b0fc59c010675afbfdae71d48893afc7b68b
https://github.com/llvm/llvm-project/commit/8520b0fc59c010675afbfdae71d48893afc7b68b
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2023-01-30 (Mon, 30 Jan 2023)
Changed paths:
M lldb/bindings/python/CMakeLists.txt
Log Message:
-----------
[lldb/swig] Remove deprecated flags for generating bindings
This patch conditionaly removes the `-py3` swig flag that was used to
generate python3 bindings, since it's unsued since SWIG 4.1.0.
```
Deprecated command line option: -py3. Ignored, this option is no longer supported
```
This also removes the `-shadow` flag that have been deprecated since 2002.
Differential Revision: https://reviews.llvm.org/D142245
Signed-off-by: Med Ismail Bennani <medismail.bennani at gmail.com>
More information about the All-commits
mailing list