diff options
author | Med Ismail Bennani <ismail@bennani.ma> | 2024-07-29 21:01:47 -0700 |
---|---|---|
committer | Med Ismail Bennani <ismail@bennani.ma> | 2024-07-29 21:02:06 -0700 |
commit | 8425aa24d802c73e24368a81a4a96afc158497aa (patch) | |
tree | 28dbca66a7b97b409844cce5353ce7917c126809 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
parent | bbde3f6e9df018975bc84fa23ba510360b6d715c (diff) | |
download | llvm-8425aa24d802c73e24368a81a4a96afc158497aa.zip llvm-8425aa24d802c73e24368a81a4a96afc158497aa.tar.gz llvm-8425aa24d802c73e24368a81a4a96afc158497aa.tar.bz2 |
Revert "[lldb] Reland 2402b3213c2f with `-H -MM` to debug the windows build issue"
This reverts commit 6bd5fd35063cd14b0a56bc6f7fb1e7b6e1ac56d5.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp index a78c76b..d34fdf1 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp @@ -16,7 +16,7 @@ #include "Interfaces/OperatingSystemPythonInterface/OperatingSystemPythonInterface.h" #include "Interfaces/ScriptedPlatformPythonInterface/ScriptedPlatformPythonInterface.h" -#include "Interfaces/ScriptedProcessPythonInterface/ScriptedProcessPythonInterface.h" +#include "Interfaces/ScriptedProcessPythonInterface.h" #include "Interfaces/ScriptedThreadPlanPythonInterface/ScriptedThreadPlanPythonInterface.h" #include "PythonDataObjects.h" #include "PythonReadline.h" |