[all-commits] [llvm/llvm-project] 3ec3f6: Allow customized relative PYTHONHOME (Attemp 1)
hhb via All-commits
all-commits at lists.llvm.org
Fri Feb 21 16:25:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3ec3f62f0a0b1ac13230922c91ffc988c1b1e8d5
https://github.com/llvm/llvm-project/commit/3ec3f62f0a0b1ac13230922c91ffc988c1b1e8d5
Author: Haibo Huang <hhb at google.com>
Date: 2020-02-21 (Fri, 21 Feb 2020)
Changed paths:
M lldb/cmake/modules/LLDBConfig.cmake
M lldb/include/lldb/Host/Config.h.cmake
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Log Message:
-----------
Allow customized relative PYTHONHOME (Attemp 1)
Summary:
This is another attempt of 0bb90628b5f7c170689d2d3f019af773772fc649.
The difference is that g_python_home is not declared as const. Since
some versions of python do not expect that.
Subscribers: mgorny, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74998
More information about the All-commits
mailing list