[PATCH] D51720: [COFF] don't mark lazy symbols as used in regular objects

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 13:20:18 PDT 2018


rnk added a comment.

BTW, it's possible that this is also what's causing our size regression vs. non-LTO builds. If archives add lazy symbols which are marked as being used from a regular object, that might prevent us from discarding them.


https://reviews.llvm.org/D51720





More information about the llvm-commits mailing list