From 76b827bb4d5b4cc4d3229c4c6de2529e8b156810 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Fri, 20 Sep 2024 09:40:02 +0000 Subject: [lldb] Fix SWIG wrapper compilation error Introduced by 1e131ddfa8f1d7b18c85c6e4079458be8b419421. https://lab.llvm.org/buildbot/#/builders/59/builds/5272 --- lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp') diff --git a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp index ef9df05..a9e908e 100644 --- a/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp +++ b/lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp @@ -274,7 +274,7 @@ void *lldb_private::python::SWIGBridge::LLDBSWIGPython_GetDynamicSetting( } python::PythonObject -lldb_private::python::SWIGBridge::ToSWIGWrapper(const Status &status) { +lldb_private::python::SWIGBridge::ToSWIGWrapper(Status status) { return python::PythonObject(); } -- cgit v1.1