[PATCH] D28523: [ThinLTO] Ensure objects from static libraries linked in correct order

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 14 18:07:34 PST 2017


tejohnson abandoned this revision.
tejohnson added a comment.

After discussions on IRC, we've decided to pursue a different set of fixes for this and related issues. Essentially forcing the second link to have the same resolution, by aggressively dropping any non-prevailing defs. This will require a few fixes, such as enabling dropping non-prevailing non-odr weak/linkonce, enabling dropping non-prevailing weak involved in an alias, and ensuring comdats with non-prevailing copies are removed. The first new patch relates to the last issue (https://reviews.llvm.org/D28737).


https://reviews.llvm.org/D28523





More information about the llvm-commits mailing list