[Python] Remove dynamic indirection

Now that the Python plugin relies on the SWIG symbols, we no longer need
to dynamically resolve these functions.

llvm-svn: 357034
This commit is contained in:
Jonas Devlieghere
2019-03-26 21:57:02 +00:00
parent 330dcd9dab
commit 05495c5d45
4 changed files with 69 additions and 456 deletions

View File

@@ -142,7 +142,6 @@ llvm::Error SystemInitializerFull::Initialize() {
#endif
#if !defined(LLDB_DISABLE_PYTHON)
ScriptInterpreterPython::InitializeSWIG();
ScriptInterpreterPython::Initialize();
#endif