[PATCH] D22356: [ThinLTO] Perform conservative weak/linkonce resolution in distributed backend case
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 18 15:24:14 PDT 2016
mehdi_amini added a comment.
Right now it is not clear to me why it would be legit (understand: if it should be supported) to perform the second link using static archive.
The first link already selected object from the archives, so we should be able to provide a list of objects to the second/final link.
https://reviews.llvm.org/D22356
More information about the llvm-commits
mailing list