Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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.
Paths
| Differential D13083
[ELF2] Implement -discard-none ClosedPublic Authored by davide on Sep 22 2015, 6:47 PM.
Details
Diff Detail
Event Timelinedavide updated this object. • rafael edited edge metadata. Comment ActionsLGTM 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 Closed by commit rL248499: [ELF2] Add support for -discard-none. (authored by davide). · Explain WhySep 24 2015, 8:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 35631 lld/trunk/ELF/Config.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/Options.td
lld/trunk/ELF/OutputSections.h
lld/trunk/ELF/OutputSections.cpp
lld/trunk/ELF/Writer.cpp
lld/trunk/test/elf2/discard-none.s
|