[Lldb-commits] [PATCH] D77842: Fix setting Python3_ROOT_DIR on Windows

2020-04-14 Thread Isuru Fernando via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG664fda72eaa3: Fix setting Python3_ROOT_DIR on Windows (authored by isuruf). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77842/new/ https://reviews.llvm.or

[Lldb-commits] [PATCH] D77842: Fix setting Python3_ROOT_DIR on Windows

2020-04-09 Thread Isuru Fernando via Phabricator via lldb-commits
isuruf added a comment. The intention of the code is to set the variable `Python3_ROOT_DIR` to the value of the variable `PYTHON_HOME`, but it was using just the string `"PYTHON_HOME"` instead. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77842/n

[Lldb-commits] [PATCH] D77842: Fix setting Python3_ROOT_DIR on Windows

2020-04-09 Thread Isuru Fernando via Phabricator via lldb-commits
isuruf created this revision. Herald added subscribers: lldb-commits, mgorny. Herald added a project: LLDB. isuruf added a reviewer: LLDB. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D77842 Files: lldb/cmake/modules/FindPythonInterpAndLibs.cmake Index: lldb/cmake/modules/F