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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D59240
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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 12 2019, 4:48 AM Closed by commit rL355977: ELF: Don't add .dynamic strings to .dynstr early. (authored by pcc). · Explain WhyMar 12 2019, 1:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 190329 lld/trunk/ELF/SyntheticSections.cpp
lld/trunk/ELF/Writer.cpp
lld/trunk/test/ELF/verneed.s
|