This is an archive of the discontinued LLVM Phabricator instance.

ELF: Report duplicate symbols as many as possible instead of the first one.
ClosedPublic

Authored by ruiu on Jan 27 2016, 12:52 PM.

Details

Reviewers
rafael

Diff Detail

Event Timeline

ruiu updated this revision to Diff 46170.Jan 27 2016, 12:52 PM
ruiu retitled this revision from to ELF: Report duplicate symbols as many as possible instead of the first one..
ruiu updated this object.
ruiu added a reviewer: rafael.
ruiu added a subscriber: llvm-commits.
rafael accepted this revision.Jan 29 2016, 11:05 AM
rafael edited edge metadata.

LGTM

ELF/SymbolTable.cpp
50

Why not use FileP?

This revision is now accepted and ready to land.Jan 29 2016, 11:05 AM
ruiu closed this revision.Jan 29 2016, 11:45 AM
ruiu added inline comments.
ELF/SymbolTable.cpp
50

Done.