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

Frederic Riss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 15:58:11 PST 2017


friss added a comment.

I'm sorry it's taking that long. I looked at this over the weekend and I must say I don't really like it. I don't like that it's going to walk a lot more DIEs when it's not needed. I'd rather gather the information that a typedef is describing an incomplete type and not mark it as canonical if that's the case. I have a fairly good idea how to hack this up but I didn't find time to test my idea on your testcase yet.


Repository:
  rL LLVM

https://reviews.llvm.org/D29609





More information about the llvm-commits mailing list