This is an archive of the discontinued LLVM Phabricator instance.

Move alias symbols from ELFLinkingContext to LinkingContext.
ClosedPublic

Authored by ruiu on May 21 2014, 6:00 PM.

Details

Summary

Alias symbols are SimpleDefinedAtoms and are platform neutral. They
don't have to belong ELF. This patch is to make it available to all
platforms. No functionality change intended.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 9671.May 21 2014, 6:00 PM
ruiu retitled this revision from to Move alias symbols from ELFLinkingContext to LinkingContext..
ruiu updated this object.
ruiu edited the test plan for this revision. (Show Details)
ruiu added reviewers: atanasyan, Bigcheese, shankarke.
ruiu added a subscriber: Unknown Object (MLST).
atanasyan accepted this revision.May 22 2014, 12:00 AM
atanasyan edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 22 2014, 12:00 AM
ruiu closed this revision.May 22 2014, 2:45 PM
ruiu updated this revision to Diff 9717.

Closed by commit rL209475 (authored by @ruiu).