[clang] [llvm] [libclang/python] Enable packaging clang python bindings (PR #125806)
Ryan Mast via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 22 12:13:36 PST 2025
nightlark wrote:
I updated the minimum Python version requirement to 3.8; it assumes the user has a copy of the .so/.dll installed on their system. The bindings provides a function to help users locate and point it to the library they already have on their system.
https://github.com/llvm/llvm-project/pull/125806
More information about the llvm-commits
mailing list