teak-llvm/lldb/source/Plugins/ScriptInterpreter/Python
Pavel Labath bcadb5a3d1 ScriptInterpreterPython cleanup
Instead of #ifdef-ing the contents of all files in the plugin for all
non-python builds, just disable the plugin at the cmake level. Also,
remove spurious extra linking of the Python plugin in liblldb. This
plugin is already included as a part of LLDB_ALL_PLUGINS variable.

llvm-svn: 335236
2018-06-21 14:09:15 +00:00
..
CMakeLists.txt ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
lldb-python.h ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
PythonDataObjects.cpp ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
PythonDataObjects.h ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
PythonExceptionState.cpp ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
PythonExceptionState.h ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
ScriptInterpreterPython.cpp ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00
ScriptInterpreterPython.h ScriptInterpreterPython cleanup 2018-06-21 14:09:15 +00:00