This is an archive of the discontinued LLVM Phabricator instance.

Remove Size from Undefined symbol.
ClosedPublic

Authored by ruiu on Apr 26 2016, 5:57 PM.

Details

Summary

There seems to be no reason to keep st_size of undefined symbols.
This patch removes the member for it. This patch will change outputs
in cases that undefined symbols are copied to output, but I think
this is unimportant.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu updated this revision to Diff 55146.Apr 26 2016, 5:57 PM
ruiu retitled this revision from to Remove Size from Undefined symbol..
ruiu updated this object.
ruiu added reviewers: pcc, rafael.
ruiu added a subscriber: llvm-commits.
rafael accepted this revision.Apr 27 2016, 7:02 AM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 27 2016, 7:02 AM
This revision was automatically updated to reflect the committed changes.