[PATCH] D13083: [ELF2] Implement -discard-none

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 06:10:51 PDT 2015


rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.

LGTM

In addition to symbols starting with .L, we should also drop symbols with no names (st_name = 0), but that can go in another patch.


http://reviews.llvm.org/D13083





More information about the llvm-commits mailing list