[Lldb-commits] [lldb] [lldb] Deploy Python DLL on Windows (PR #137467)

via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 24 10:56:26 PDT 2025


Nerixyz wrote:

> Not quite; see [`main`/llvm/utils/release/build_llvm_release.bat](https://github.com/llvm/llvm-project/blob/main/llvm/utils/release/build_llvm_release.bat?rgh-link-date=2025-06-23T20%3A21%3A44Z).

CPack should be fine. If I remember correctly, then it should install all files to a temporary directory and package that.

> Also, are those python dlls distributable, or would there be licensing implications form including them in the installer?

I'm not an expert. From https://wiki.python.org/moin/PythonSoftwareFoundationLicenseFaq and https://docs.python.org/3/license.html, it looks like it's okay to include this in the installer, but "You must retain all copyright notices found in the code you are redistributing".

https://github.com/llvm/llvm-project/pull/137467


More information about the lldb-commits mailing list