[Lldb-commits] [PATCH] D145242: [lldb][TypeSystemClang] Use the CXXFunctionPointerSummaryProvider for member-function pointers
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 6 17:03:23 PST 2023
Michael137 added a comment.
In D145242#4173577 <https://reviews.llvm.org/D145242#4173577>, @stella.stamenova wrote:
> Looks like either this change or D125241 <https://reviews.llvm.org/D125241> broke the Windows lldb bot: https://lab.llvm.org/buildbot/#/builders/83/builds/29800. Since it's been broken for a few days, if you can't address the failure soon, I'll go ahead and revert the changes to bring it back to green.
Ah thanks for pointing it out. Thought I had fixed it with https://reviews.llvm.org/rG96e39fdbb90b26191fc79b6226f299e3c10e559b
Looks like it only fails on Arm64 Windows? That's pretty confusing to me, also don't really have a way to repro that. I have a Windows machine and all tests pass on it. Tempted to skip the test for this specific platforms
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145242/new/
https://reviews.llvm.org/D145242
More information about the lldb-commits
mailing list