[all-commits] [llvm/llvm-project] da0700: [lldb] Fix another GCC build failure in ScriptedPy...
Med Ismail Bennani via All-commits
all-commits at lists.llvm.org
Tue Apr 25 17:27:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da0700829f163ad5d8bbd61aa137e586a816e06e
https://github.com/llvm/llvm-project/commit/da0700829f163ad5d8bbd61aa137e586a816e06e
Author: Med Ismail Bennani <medismail.bennani at gmail.com>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M lldb/source/Plugins/ScriptInterpreter/Python/ScriptedPythonInterface.h
Log Message:
-----------
[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 at gmail.com>
More information about the All-commits
mailing list