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

Med Ismail Bennani via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 8 10:21:18 PST 2023


medismailben 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 [3267cd3](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.

Ok, I'll take a look ?

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


More information about the lldb-commits mailing list