[PATCH] D45536: Do not keep shared symbols to garbage-collected eliminated DSOs.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 11 14:50:54 PDT 2018


ruiu added a comment.

I"m not sure if I understand https://bugs.llvm.org/show_bug.cgi?id=28335 correctly, but it sounds like it fixes that bug as well. The intention of this change is, when a DSO is eliminated because of the garbage collection, all traces of the DSO should be removed as if the DSO weren't present in the command line from the beginning.


https://reviews.llvm.org/D45536





More information about the llvm-commits mailing list