[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)
via lldb-commits
lldb-commits at lists.llvm.org
Mon May 13 16:27:59 PDT 2024
jimingham wrote:
I'm trying to reproduce locally as well. It's pretty clear that this patch is implicated in the failure. The first failure we saw both on the incremental bots and the first failure on the sanitized bots both had this patch, and no other really relevant ones, in the commit list.
I don't know why this is causing the failure, but it's left the bots red for three days now. We really should revert this and figure out why it's failing before reapplying.
https://github.com/llvm/llvm-project/pull/90663
More information about the lldb-commits
mailing list