llvm-project/lldb/source/Plugins/ScriptInterpreter
Jonas Devlieghere 75966ee241 [lldb] Get rid of helper CMake variables for Python
This patch is a big sed to rename the following variables:

  s/PYTHON_LIBRARIES/Python3_LIBRARIES/g
  s/PYTHON_INCLUDE_DIRS/Python3_INCLUDE_DIRS/g
  s/PYTHON_EXECUTABLE/Python3_EXECUTABLE/g
  s/PYTHON_RPATH/Python3_RPATH/g

I've also renamed the CMake module to better express its purpose and for
consistency with FindLuaAndSwig.

Differential revision: https://reviews.llvm.org/D85976
2020-08-17 08:47:52 -07:00
..
Lua [lldb/Lua] Redirect Lua stdout/stderr to the CommandReturnObject 2020-06-25 09:55:46 -07:00
None [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
Python [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
CMakeLists.txt [lldb/Lua] Add Boilerplate for a Lua Script Interpreter 2019-12-19 10:13:51 -08:00