[Lldb-commits] [lldb] [lldb/Interpreter] Make Scripted*Interface base class abstract (PR #71465)

Leandro Lupori via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 8 10:15:08 PST 2023


luporl wrote:

@medismailben Yes, it did break that bot.
https://lab.llvm.org/buildbot/#/builders/219/builds/6786 is the first build that includes your commit and when `Expr/TestIRMemoryMapWindows.test` started failing.
https://lab.llvm.org/buildbot/#/builders/219/builds/6785 is a build failure that was fixed by https://github.com/llvm/llvm-project/commit/3267cd3fa10651b46e9d1ce66940301e784c0533.

To confirm it, I've forced builds of particular revisions. https://lab.llvm.org/buildbot/#/builders/219/builds/6800 is right before your commit and passes and https://lab.llvm.org/buildbot/#/builders/219/builds/6801 adds only your commit and fails.

https://github.com/llvm/llvm-project/pull/71465


More information about the lldb-commits mailing list