[all-commits] [llvm/llvm-project] e0053b: [lldb] Bump SWIG minimum version to 4
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Fri Aug 4 14:34:31 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e0053bc04e6b80ece8b334b268c2942e012009b9
https://github.com/llvm/llvm-project/commit/e0053bc04e6b80ece8b334b268c2942e012009b9
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-08-04 (Fri, 04 Aug 2023)
Changed paths:
M lldb/bindings/python/python.swig
M lldb/cmake/modules/FindLuaAndSwig.cmake
M lldb/cmake/modules/FindPythonAndSwig.cmake
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/docs/resources/build.rst
M lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py
M lldb/test/API/python_api/lldbutil/TestSwigVersion.py
M lldb/test/API/python_api/module_section/TestModuleAndSection.py
M lldb/test/API/python_api/value/linked_list/TestValueAPILinkedList.py
Log Message:
-----------
[lldb] Bump SWIG minimum version to 4
SWIG 4 was released in 2019 and has been the de-facto standard for a
while now. All bots are running SWIG 4.0 or later.
This was motivated by #64279 which discovered that 662548c broke the
LLDB build with SWIG 3 on Windows.
Differential revision: https://reviews.llvm.org/D156804
More information about the All-commits
mailing list