[Lldb-commits] [PATCH] D61090: [SBHostOS} Remove getting the python script interpreter path
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 24 15:34:17 PDT 2019
clayborg added a comment.
In D61090#1477709 <https://reviews.llvm.org/D61090#1477709>, @davide wrote:
> @clayborg I would also like to point out that some of us fair amount of time cleaning `LLDB_DISABLE_PYTHON` leaking all over the codebase, and this is basically the last occurrence, so we're motivated to have this going away/fixed in some way.
Fine to have a ScriptInterpreterPython that is gutted if disabled. Or call some code that can dynamically detect if python is enabled and do the right thing inside "DefaultScriptInterpreter::GetLLDBModuleDirectory()"
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61090/new/
https://reviews.llvm.org/D61090
More information about the lldb-commits
mailing list