[PATCH] D20290: [ThinLTO] Change ODR resolution and internalization to be index-based

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 17:02:04 PDT 2016


tejohnson added a comment.

In http://reviews.llvm.org/D20290#436122, @joker.eph wrote:

> Removing the assert, I can link clang


Great. I assume you have it return null instead? I guess it doesn't matter that we would put null or whatever value in the PrevailingCopies array since it won't be looked at (no copies are weak for linker). Will make that change and rebase.


http://reviews.llvm.org/D20290





More information about the llvm-commits mailing list