This is an archive of the discontinued LLVM Phabricator instance.

ELF: Don't add .dynamic strings to .dynstr early.
ClosedPublic

Authored by pcc on Mar 11 2019, 8:19 PM.

Details

Summary

This does not appear to be necessary because StringTableSection does not
need to be finalized, which also means that we can remove the call to
finalizeSynthetic on .dynstr.

Diff Detail

Repository
rL LLVM

Event Timeline

pcc created this revision.Mar 11 2019, 8:19 PM
Herald added a project: Restricted Project. · View Herald Transcript
grimar accepted this revision.Mar 12 2019, 4:48 AM

I think I have no objections, but please wait for Rui accept too.

This revision is now accepted and ready to land.Mar 12 2019, 4:48 AM
ruiu accepted this revision.Mar 12 2019, 1:39 PM

LGTM

This revision was automatically updated to reflect the committed changes.