Skip to content
Commit da070082 authored by Med Ismail Bennani's avatar Med Ismail Bennani
Browse files

[lldb] Fix another GCC build failure in ScriptedPythonInterface.h

In 6c961ae1, 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: default avatarMed Ismail Bennani <medismail.bennani@gmail.com>
parent 650f04fe
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment