[PATCH] D33264: Garbage collect dllimported symbols.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 16:42:26 PDT 2017


ruiu added a comment.

That should theoretically work, but I can imagine that that will be more complicated than this. Chunks for dllimported symbols are created not when they are read from file but when writer needs them, so at the time when MarkLive runs, chunks for dllimported symbols don't exist.


https://reviews.llvm.org/D33264





More information about the llvm-commits mailing list