[PATCH] D21917: ThinLTO: Remove check for multiple modules before applying weak resolutions.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 1 06:07:51 PDT 2016
mehdi_amini requested changes to this revision.
mehdi_amini added a comment.
This revision now requires changes to proceed.
libLTO is handling this differently by adding to llvm.compiler.used, for the same reason as mentioned in another review: linkonce -> weak is (was?) pessimizing codegen on MachO.
http://reviews.llvm.org/D21917
More information about the llvm-commits
mailing list