[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

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

2020-04-09 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere added a comment. Can you explain why this is necessary? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77842/new/ https://reviews.llvm.org/D77842 ___ lldb-commits mailing list lldb-commits@

[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-10 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM, PYTHON_HOME is apparently the Windows way we allow people to specify the python root when finding the package. Please update the review description though with why this change was

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

2020-04-14 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor added a comment. @isuruf Do you have commit access or do you need this committed? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77842/new/ https://reviews.llvm.org/D77842 ___ lldb-commits mai

[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