This is an archive of the discontinued LLVM Phabricator instance.

Remember the input section of locals
ClosedPublic

Authored by rafael on Mar 10 2016, 6:26 AM.

Details

Reviewers
ruiu
Summary

This is already a simplification, but will allow much more.

Diff Detail

Event Timeline

rafael updated this revision to Diff 50272.Mar 10 2016, 6:26 AM
rafael retitled this revision from to Remember the input section of locals.
rafael updated this object.
rafael added a reviewer: ruiu.
rafael added a subscriber: llvm-commits.
ruiu added inline comments.Mar 10 2016, 3:30 PM
ELF/OutputSections.cpp
272–277

Can't you move this to getVA for LocalSymbol?

ruiu accepted this revision.Mar 10 2016, 7:13 PM
ruiu edited edge metadata.

LGTM

This revision is now accepted and ready to land.Mar 10 2016, 7:13 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in r263224.