[PATCH] D29609: [dsymutil] Follow dependencies during ODR uniquing
Alexander Shaposhnikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 15:49:47 PST 2017
alexshap added a comment.
not the struct itself but the typedef Sptr; (which comes from a header).
If DIE is ODRseen then we don't mark it as kept (as it was before, nothing has changed),
but some other DIE which are reached via attributes (I'm referring to the code in keepDIEAndDependencies)
still need to be examined.
Repository:
rL LLVM
https://reviews.llvm.org/D29609
More information about the llvm-commits
mailing list