This is an archive of the discontinued LLVM Phabricator instance.

Symtab: Remove one copy of symbol size computation code
ClosedPublic

Authored by labath on Dec 28 2018, 6:58 AM.

Details

Summary

The implementation in CalculateSymbolSizes has been made redundant in
D19004, as this patch added another copy of size computation code into
InitAddressIndexes (which is called by CalculateSymbolSizes).

Diff Detail

Repository
rL LLVM

Event Timeline

labath created this revision.Dec 28 2018, 6:58 AM
clayborg accepted this revision.Jan 2 2019, 1:20 PM
This revision is now accepted and ready to land.Jan 2 2019, 1:20 PM
This revision was automatically updated to reflect the committed changes.