[PATCH] D38790: [ELF] Do not keep symbols if they referenced only from discarded sections.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 01:22:52 PST 2017


ruiu added a comment.

I feel like this patch is a bit too complicated, but I can't really point out why I felt like that. This patch actually does two different things, no? Do you mind if I ask you to split it? I think one patch can be something like this https://reviews.llvm.org/D40240, and you can create another patch not to add dead symbols to the symbol table later.


https://reviews.llvm.org/D38790





More information about the llvm-commits mailing list