[PATCH] D43439: [dsymutil] Skip DW_AT_sibling attributes.

Jonas Devlieghere via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 08:10:07 PST 2018


JDevlieghere abandoned this revision.
JDevlieghere added a comment.

Thanks to Adrian's sample I found out that we already handle this case correctly, because `DW_AT_sibling` has an `FC_Reference` class form value. Hence, the additional check is redundant.

I'll still commit the test case, once https://reviews.llvm.org/D43760 has been landed.


Repository:
  rL LLVM

https://reviews.llvm.org/D43439





More information about the llvm-commits mailing list