[PATCH] D59719: [ScriptInterpreter] Make sure that PYTHONHOME is right.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 15:07:05 PDT 2019


aprantl added inline comments.


================
Comment at: lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp:181
+#else
+#if defined(__APPLE__) && PY_MAJOR_VERSION == 2
+    // For Darwin, the only Python version supported is the one shipped in the OS
----------------
Just to don't break hypothetical users building their own LLDB on ancient versions of macOS let's also change the minor version.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59719





More information about the llvm-commits mailing list