llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29.33k stars 12.13k forks source link

on windows, missing file for lldb #53646

Open indynov opened 2 years ago

indynov commented 2 years ago

Missing python36.dll in \LLVM\bin for lldb to work.

Can find the file at https://www.python.org/downloads/release/python-360/ in the embeddable zip file such as for x64 https://www.python.org/ftp/python/3.6.0/python-3.6.0-embed-amd64.zip and put in \LLVM\bin along with lldb.exe for it to work

llvmbot commented 2 years ago

@llvm/issue-subscribers-lldb