Re: [lldb-dev] The pre-built Windows LLDB binary has a dependency on an external python36.dll?

2019-11-20 Thread Pavel Labath via lldb-dev
On 20/11/2019 23:53, Adrian McCarthy via lldb-dev wrote: That said, I didn't expect an explicit dependency on python36.dll. What kind of behavior did you expect? pl ___ lldb-dev mailing list lldb-dev@lists.llvm.org

Re: [lldb-dev] The pre-built Windows LLDB binary has a dependency on an external python36.dll?

2019-11-20 Thread Adrian McCarthy via lldb-dev
There has been a lot of churn in the build process for Python on Windows over the past couple months. Older versions included a pre-built Python DLL on Windows because of ABI compatibility. That issue is resolved, though, and I thought that was already over by version 7 or earlier. Because

Re: [lldb-dev] The pre-built Windows LLDB binary has a dependency on an external python36.dll?

2019-11-20 Thread Adrian McCarthy via lldb-dev
Here are some possibly related reviews. Note that some of these were abandoned, but I'm including them because the comments might give some context. https://reviews.llvm.org/D69684 https://reviews.llvm.org/D69931 https://reviews.llvm.org/D67942

[lldb-dev] [Bug 44087] New: [Windows] lldb fails to start (missing python36.dll)

2019-11-20 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44087 Bug ID: 44087 Summary: [Windows] lldb fails to start (missing python36.dll) Product: lldb Version: 9.0 Hardware: PC OS: Windows NT Status: NEW Severity:

[lldb-dev] The pre-built Windows LLDB binary has a dependency on an external python36.dll?

2019-11-20 Thread Leonard Mosescu via lldb-dev
I just installed the pre-built LLVM9 binaries on a Windows machine and I noticed that LLDB.exe imports from python36.dll. Was this an intentional change from LLVM8? (which doesn't depend on external python DLLs) Trying to use the LLDB that comes with LLVM9, you'd get a pop-up complaining that