[lldb-dev] Trouble running Python tests on Windows

2019-05-31 Thread Alexandre Ganea via lldb-dev
Hi, I can't seem to run the lldb python tests on my Windows 10 setup. I use the following cmd-line to generate: cmake -G Ninja f:/svn/llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_OPTIMIZED_TABLEGEN=true -DLLVM_EXTERNAL_LLD_SOURCE_DIR=f:/svn/lld -DLLVM_EXTERNAL_CLANG_SOURCE_DIR=f:/svn/clang -DLLVM_TO

Re: [lldb-dev] Trouble running Python tests on Windows

2019-05-31 Thread Davide Italiano via lldb-dev
+ Stella/Pavel On Fri, May 31, 2019 at 8:42 AM Alexandre Ganea via lldb-dev wrote: > > Hi, > > > > I can’t seem to run the lldb python tests on my Windows 10 setup. I use the > following cmd-line to generate: > > > > cmake -G Ninja f:/svn/llvm -DCMAKE_BUILD_TYPE=Release > -DLLVM_OPTIMIZED_TABLE

Re: [lldb-dev] Trouble running Python tests on Windows

2019-05-31 Thread Ted Woodward via lldb-dev
Run the cmake gui, and point it to the correct source and build directories. Look for key "SWIG_EXECUTABLE". If it doesn't exist, set it to your swig exe. Mine is C:/swigwin-3.0.12/swig.exe , for example. If you change it, hit the configure and then generate buttons, then rebuild and rerun the t