[PATCH] D38790: [ELF] Avoid keeping useless undefined symbols in .dynsym.
Igor Kudrin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 21:22:04 PDT 2017
ikudrin added a comment.
The symbol is not in a dead section but referenced from it. Right now I don't know any existing way to say if a symbol is referenced only from dead sections or not.
https://reviews.llvm.org/D38790
More information about the llvm-commits
mailing list