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

2025-04-28 Thread David Spickett via lldb-commits
DavidSpickett wrote: > I don't know how the prebuilt binaries are built, but I'd guess they will > install and zip the install-directory. In that case, this should work. @omjavaid would know this for Windows on Arm. https://github.com/llvm/llvm-project/pull/137467 _

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

2025-04-26 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: nerix (Nerixyz) Changes https://github.com/llvm/llvm-project/commit/f0248ca54531125599af8f22e686e1c77de0416a initially added a post build event to copy the Python DLL to the `bin` directory. This relied on `PYTHON_DLL` being present, which

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

2025-04-26 Thread via lldb-commits
https://github.com/Nerixyz created https://github.com/llvm/llvm-project/pull/137467 https://github.com/llvm/llvm-project/commit/f0248ca54531125599af8f22e686e1c77de0416a initially added a post build event to copy the Python DLL to the `bin` directory. This relied on `PYTHON_DLL` being present,