[PATCH] D29609: [dsymutil] Follow dependencies during ODR uniquing

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 13 19:01:34 PDT 2017


clayborg resigned from this revision.
clayborg added a comment.

I don't know enough to intelligently comment on how this version of dsymutil marks types as kept. My version of dsymutil always kept any types that were references by anything that was kept. In the case of the typedef, it would never remove any typedef if it was used by a variable, function parameter, or return type.


Repository:
  rL LLVM

https://reviews.llvm.org/D29609





More information about the llvm-commits mailing list