This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Refactoring: reuse similar method.
ClosedPublic

Authored by grimar on Feb 6 2017, 4:08 AM.

Details

Summary

We had assignSymbol and assignSectionSymbol methods which has similar functionality.
Patch removes one of copy and reuses another in code.

Diff Detail

Event Timeline

grimar created this revision.Feb 6 2017, 4:08 AM
This revision was automatically updated to reflect the committed changes.