This is an archive of the discontinued LLVM Phabricator instance.

[ELF] NFC: Remove unnecessary function call
ClosedPublic

Authored by jhenderson on Oct 31 2017, 10:14 AM.

Details

Summary

StringTableSection does not implement postThunkContents, so calling it on these sections is pointless (it calls an empty virtual function), and we can remove it.

Diff Detail

Repository
rL LLVM

Event Timeline

jhenderson created this revision.Oct 31 2017, 10:14 AM
ruiu accepted this revision.Oct 31 2017, 10:16 AM

LGTM

This revision is now accepted and ready to land.Oct 31 2017, 10:16 AM
This revision was automatically updated to reflect the committed changes.