[Lldb-commits] [PATCH] D68613: [CMake] Fix building without python on Windows

2019-10-08 Thread Alex Langford via Phabricator via lldb-commits
xiaobai closed this revision. xiaobai added a comment. rL374100 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D68613/new/ https://reviews.llvm.org/D68613 ___ lldb-com

[Lldb-commits] [PATCH] D68613: [CMake] Fix building without python on Windows

2019-10-07 Thread Alex Langford via Phabricator via lldb-commits
xiaobai created this revision. xiaobai added reviewers: stella.stamenova, JDevlieghere, labath, mgorny. Herald added a project: LLDB. find_python_libs_windows might set LLDB_DISABLE_PYTHON to ON. Unfortunately we do not re-check this variable before using variables filled in by find_python_libs_wi