diff options
author | Haibo Huang <hhb@google.com> | 2020-02-16 17:33:32 -0800 |
---|---|---|
committer | Haibo Huang <hhb@google.com> | 2020-02-21 12:49:10 -0800 |
commit | 0bb90628b5f7c170689d2d3f019af773772fc649 (patch) | |
tree | 17720cab2b12899850c0b06de72bcd49b320b8bf /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 1874dee5662603c9251228c71b66de72cec0c979 (diff) | |
download | llvm-0bb90628b5f7c170689d2d3f019af773772fc649.zip llvm-0bb90628b5f7c170689d2d3f019af773772fc649.tar.gz llvm-0bb90628b5f7c170689d2d3f019af773772fc649.tar.bz2 |
Allow customized relative PYTHONHOME
Summary:
This change allows a hard coded relative PYTHONHOME setting. So that
python can easily be packaged together with lldb.
The change includes:
1. Extend LLDB_RELOCATABLE_PYTHON to all platforms. It defaults to ON
for platforms other than Windows, to keep the behavior compatible.
2. Allows to customize LLDB_PYTHON_HOME. But still defaults to
PYTHON_HOME.
3. LLDB_PYTHON_HOME can be a path relative to liblldb. If it is
relative, we will resolve it before send it to Py_DecodeLocale.
Subscribers: mgorny, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74727
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions