[Lldb-commits] [PATCH] D138176: [dsymutil] Fix assertion: (Ref > InputDIE.getOffset()), function cloneDieReferenceAttribute
Alexey Lapshin via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 18 08:02:21 PST 2022
avl requested changes to this revision.
avl added a comment.
This revision now requires changes to proceed.
I think we need to create a test case. I tried(still trying) to create one, but it seems this assertions should always be satisfied : "assert(Ref > InputDIE.getOffset());". That might be an error if referenced DIE is not cloned.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138176/new/
https://reviews.llvm.org/D138176
More information about the lldb-commits
mailing list