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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 27 10:46:50 PST 2018


aprantl added inline comments.


================
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 { };
----------------
davide wrote:
> Can you also please mention the compiler we're using to build & the cmdline?
That would be Apple-GCC 4.0.1 (build 5370). The command line was `g++ -g -c sibling.cpp -o sibling.o`


https://reviews.llvm.org/D43439





More information about the llvm-commits mailing list