[PATCH] D38790: [ELF] Avoid keeping useless undefined symbols in .dynsym.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 25 08:44:20 PDT 2017
ruiu added a comment.
I wonder if you really had to add a new flag to the symbol. includeInDynsym can return false if a symbol is in a dead section, no?
https://reviews.llvm.org/D38790
More information about the llvm-commits
mailing list