This is an archive of the discontinued LLVM Phabricator instance.

[LinkerScript] Handle symbols defined in linker scripts in case of shared lib
ClosedPublic

Authored by atanasyan on Apr 6 2015, 6:48 AM.

Details

Reviewers
rafaelauler
Summary

This patch is a follow-up to the rL232409 and allows define symbols in a linker script in case of linking shared library.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan updated this revision to Diff 23272.Apr 6 2015, 6:48 AM
atanasyan retitled this revision from to [LinkerScript] Handle symbols defined in linker scripts in case of shared lib.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan added a reviewer: rafaelauler.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a project: lld.
atanasyan added a subscriber: Unknown Object (MLST).
rafaelauler edited edge metadata.Apr 6 2015, 8:05 AM

Hi Simon,

LGTM, thanks!

rafaelauler accepted this revision.Apr 7 2015, 1:21 PM
rafaelauler edited edge metadata.

Sure!

This revision is now accepted and ready to land.Apr 7 2015, 1:21 PM
atanasyan closed this revision.Apr 7 2015, 1:39 PM

Thanks for review.

Closed by commit rL234163.