[Lldb-commits] [PATCH] D48215: Remove dependency from Host to python

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 19 08:27:49 PDT 2018


labath updated this revision to Diff 151922.
labath added a comment.

Rebase this patch on trunk. Now this patch is simply about moving GetPythonDir
from Host module to ScriptInterpreterPython.


https://reviews.llvm.org/D48215

Files:
  include/lldb/Host/macosx/HostInfoMacOSX.h
  include/lldb/Host/posix/HostInfoPosix.h
  include/lldb/Host/windows/HostInfoWindows.h
  source/API/SBHostOS.cpp
  source/Host/CMakeLists.txt
  source/Host/common/HostInfoBase.cpp
  source/Host/macosx/objcxx/HostInfoMacOSX.mm
  source/Host/posix/HostInfoPosix.cpp
  source/Host/windows/HostInfoWindows.cpp
  source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
  source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48215.151922.patch
Type: text/x-patch
Size: 14739 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180619/82f71ea6/attachment.bin>


More information about the lldb-commits mailing list