[PATCH] D150642: [bindings] Remove LLVM python bindings
Anders Waldenborg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 15 23:37:13 PDT 2023
wanders created this revision.
Herald added a subscriber: fedor.sergeev.
Herald added a project: All.
wanders requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The LLVM python bindings are defunct.
They have not seen any substantial active development since 2014.
The version number, which is used to find the libLLVM-NN.so library, has
not been updated since LLVM 10.0 (2019).
After fixing the version number to be able to run them at all, a large
number of tests in the test suite fails.
Already in 2017 the removal was discussed:
https://discourse.llvm.org/t/is-anyone-using-still-using-the-python-bindings/46063
https://lists.llvm.org/pipermail/llvm-dev/2017-August/116857.html
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150642
Files:
llvm/bindings/python/README.txt
llvm/bindings/python/llvm/__init__.py
llvm/bindings/python/llvm/bit_reader.py
llvm/bindings/python/llvm/common.py
llvm/bindings/python/llvm/core.py
llvm/bindings/python/llvm/disassembler.py
llvm/bindings/python/llvm/enumerations.py
llvm/bindings/python/llvm/object.py
llvm/bindings/python/llvm/tests/__init__.py
llvm/bindings/python/llvm/tests/base.py
llvm/bindings/python/llvm/tests/test.bc
llvm/bindings/python/llvm/tests/test_bitreader.py
llvm/bindings/python/llvm/tests/test_core.py
llvm/bindings/python/llvm/tests/test_disassembler.py
llvm/bindings/python/llvm/tests/test_file
llvm/bindings/python/llvm/tests/test_object.py
llvm/docs/ReleaseNotes.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150642.522455.patch
Type: text/x-patch
Size: 63937 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230516/ccbbcf51/attachment.bin>
More information about the llvm-commits
mailing list