[PATCH] D23488: ThinLTO: add early "dead-stripping" on the Index

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 14:48:13 PST 2016


pcc added a comment.

This information will probably need to be encoded in the summary somehow once we're at the point where we no longer need to load the module during symbol resolution.

I think at this point we just need to collect a set of GC roots in add{Regular,Thin}LTO in the same way that we collect the set of used variables with collectUsedGlobalVariables.


https://reviews.llvm.org/D23488





More information about the llvm-commits mailing list