[PATCH] D43439: [dsymutil] Skip DW_AT_sibling attributes.
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 21 15:42:13 PST 2018
probinson added a comment.
I'm not really familiar with dsymutil's use cases; does it operate on .o files? If so, maybe you can generate a test with `gcc -g -S` and reduce the resulting assembler by hand? If the assembler isn't ridiculously long.
Repository:
rL LLVM
https://reviews.llvm.org/D43439
More information about the llvm-commits
mailing list