[PATCH] D113650: [lldb] fix -print-script-interpreter-info on windows

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 2 17:29:04 PST 2021


clayborg added a comment.

if I try to manually set the python3 executable with:

  -DPYTHON_EXECUTABLE=/Applications/Xcode.app/Contents/Developer/usr/bin/python3

I get the following error:

  [cmake] CMake Error at /Users/gclayton/Documents/src/lldb/clean/llvm-project/lldb/CMakeLists.txt:53 (message):
  [cmake]   Crosscompiling LLDB with Python requires manually setting
  [cmake]   LLDB_PYTHON_RELATIVE_PATH.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113650/new/

https://reviews.llvm.org/D113650



More information about the llvm-commits mailing list