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

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 10:15:53 PST 2018


davide accepted this revision.
davide added a comment.
This revision is now accepted and ready to land.

LGTM modulo comment. Adrian?



================
Comment at: llvm/test/tools/dsymutil/PowerPC/sibling.test:4
 # Source:
-#   struct A { int a; } a;
-#   struct B { int b; } b;
+#   struct A { };
+#   struct B { };
----------------
Can you also please mention the compiler we're using to build & the cmdline?


https://reviews.llvm.org/D43439





More information about the llvm-commits mailing list