[PATCH] D16173: [ThinLTO] Do not mark linkonce symbols as preempted in ThinLTO backends
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 28 09:50:54 PST 2016
joker.eph added a comment.
It seems to me that you are changing the ODR resolution compared to a regular FullLTO where the %t2 copy of f() would be selected. I don't know how much it is a problem.
http://reviews.llvm.org/D16173
More information about the llvm-commits
mailing list