[PATCH] D22356: [ThinLTO] Perform conservative weak/linkonce resolution in distributed backend case

David Li via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 18 17:35:19 PDT 2016


davidxl added a comment.

How about the following solution:

1. in second link, force referencing symbols that are marked as prevailing definitions

or

2. for distributed build mode, do not even do prevailing symbol selection in the first link. The side effect is the same as what this patch does -- slightly increased object file size (not the final binary size).


https://reviews.llvm.org/D22356





More information about the llvm-commits mailing list