summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorMed Ismail Bennani <medismail.bennani@gmail.com>2023-04-25 17:26:16 -0700
committerMed Ismail Bennani <medismail.bennani@gmail.com>2023-04-25 17:26:45 -0700
commitda0700829f163ad5d8bbd61aa137e586a816e06e (patch)
tree1c6de3c5bacbf12b770bdda6bc2feab633850669 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parent650f04feda9039e170de513dab261c672fa847cd (diff)
[lldb] Fix another GCC build failure in ScriptedPythonInterface.h
In 6c961ae, I've introduced a new explicit fully specialized templated method `ScriptedPythonInterface::ReverseTransform(bool&, PythonObject, Status&)`. However, that explicit specialization is causing GCC to choke when building the file as shown here: https://lab.llvm.org/buildbot/#/builders/217/builds/20430 To address that issue, this patch turns the method explicit specialization into an method overload. Differential Revision: https://reviews.llvm.org/D149218 Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions