[PATCH] D18346: ThinLTO: special handling for LinkOnce functions
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 30 12:28:03 PDT 2016
tejohnson added a comment.
In http://reviews.llvm.org/D18346#387322, @tejohnson wrote:
> Right, I forgot about the fact that when the backend threads are launched through the gold plugin that it will already make it weak.
I didn't write this very clearly. It will already mark the *prevailing copy* weak if it is linkonce.
http://reviews.llvm.org/D18346
More information about the llvm-commits
mailing list