[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 17:48:29 PDT 2024
jimingham wrote:
I was able to reproduce the failure of these three:
lldb-api :: lang/c/forward/TestForwardDeclaration.py
lldb-api :: lang/cpp/unique-types3/TestUniqueTypes3.py
lldb-api :: types/TestRecursiveTypes.py
locally. Reverting this patch and a7eff59f78f08f8ef0487dfe2a136fb311af4fd0 which depended on it made the failure go away.
I reverted the patches for now to get the bots clean.
https://github.com/llvm/llvm-project/pull/90663
More information about the lldb-commits
mailing list