This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Mark linker defined symbols as .hidden when needed.
ClosedPublic

Authored by davide on Apr 30 2015, 2:45 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

davide updated this revision to Diff 24771.Apr 30 2015, 2:45 PM
davide retitled this revision from to [ELF] Mark linker defined symbols as .hidden when needed..
davide updated this object.
davide edited the test plan for this revision. (Show Details)
davide added reviewers: rafael, Bigcheese, ruiu.
davide set the repository for this revision to rL LLVM.
davide added a project: lld.
davide added a subscriber: Unknown Object (MLST).

While at it I rewrote the test for this feature to use yaml rather than an object file as input.

ruiu accepted this revision.Apr 30 2015, 3:21 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 30 2015, 3:21 PM
This revision was automatically updated to reflect the committed changes.