This is an archive of the discontinued LLVM Phabricator instance.

[ELF2] Implement -discard-none
ClosedPublic

Authored by davide on Sep 22 2015, 6:47 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 35451.Sep 22 2015, 6:47 PM
davide retitled this revision from to [ELF2] Implement -discard-none.
davide updated this object.
davide added a reviewer: rafael.
davide added a subscriber: llvm-commits.
rafael accepted this revision.Sep 23 2015, 6:10 AM
rafael edited edge metadata.

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.

This revision is now accepted and ready to land.Sep 23 2015, 6:10 AM
This revision was automatically updated to reflect the committed changes.