[PATCH] D18554: [ELF, PR27016] - Do not keep undefined locals in .symtab

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 29 08:47:18 PDT 2016


grimar added a comment.

In http://reviews.llvm.org/D18554#385664, @rafael wrote:

> Wait, won't this also drop global undefined?


No, shouldKeepInSymtab() is executed only from copyLocalSymbols()


http://reviews.llvm.org/D18554





More information about the llvm-commits mailing list