[PATCH] D138176: [dsymutil] Fix assertion: (Ref > InputDIE.getOffset()), function cloneDieReferenceAttribute

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 09:47:35 PST 2022


avl added a comment.

Looks like I have a test case for this problem: F25661135: odr-two-units-in-single-file11.test <https://reviews.llvm.org/F25661135>

compile units cross reference each other in this test case:

  CU1:
    0x10 type 1
    ref to 0x40
  CU2:
    0x40 type 1
    ref to 0x10


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138176/new/

https://reviews.llvm.org/D138176



More information about the llvm-commits mailing list