This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by mib on Apr 25 2023, 5:24 PM.

Details

Summary

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.

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>

Diff Detail

Event Timeline

mib created this revision.Apr 25 2023, 5:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 25 2023, 5:24 PM
mib requested review of this revision.Apr 25 2023, 5:24 PM
bulbazord accepted this revision.Apr 25 2023, 5:25 PM

Unfortunate.

This revision is now accepted and ready to land.Apr 25 2023, 5:25 PM
This revision was landed with ongoing or failed builds.Apr 25 2023, 5:26 PM
This revision was automatically updated to reflect the committed changes.