[Lldb-commits] [PATCH] D55332: [CMake] Python bindings generation polishing
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Dec 7 07:59:03 PST 2018
sgraenitz added a comment.
Thanks for taking a look!
> It would be good to make sure that this works on mac, linux and windows all before you commit.
Shortly tested an in-tree lldb with clang, compiler-rt and lld on Windows using the below config and successfully built the `BUILD_ALL` project (Release), but I didn't manage to run `check-lldb` as Visual Studio failed to find the executable. How do you run the test suite on Windows?
cmake -G "Visual Studio 15 2017 Win64" -DLLVM_TARGETS_TO_BUILD=host -DPYTHON_HOME="%PYTHON_HOME%" ../llvm
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55332/new/
https://reviews.llvm.org/D55332
More information about the lldb-commits
mailing list