diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-08-08 09:49:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-08 11:49:43 -0500 |
commit | bcdc80828bcb94922db6e5b8f1c0935b2f5a67e2 (patch) | |
tree | 45619fc933f35f6592cf447dc6a8d4c95c5f4321 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 7d5af16245ab12880605d5e10608a76c2c383d8d (diff) | |
download | llvm-bcdc80828bcb94922db6e5b8f1c0935b2f5a67e2.zip llvm-bcdc80828bcb94922db6e5b8f1c0935b2f5a67e2.tar.gz llvm-bcdc80828bcb94922db6e5b8f1c0935b2f5a67e2.tar.bz2 |
[lldb] Only use PyConfig when LLDB_EMBED_PYTHON_HOME is enabled (#152588)
PyConfig and friends are not part of the stable API. We could switch
back to Py_SetPythonHome, which has been deprecated, but still part of
the stable API. For now, limit the use of PyConfig to when
LLDB_EMBED_PYTHON_HOME is enabled, which essentially means Windows.
Changing the order doesn't seem to matter.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions