This is an archive of the discontinued LLVM Phabricator instance.

Do not create multiple NOTE segments.
ClosedPublic

Authored by ruiu on Feb 27 2018, 9:23 PM.

Details

Summary

Previously, we didn't try to make effort to put .note sections next
to each other in the output file, so two .note sections were likely
to be stored to two separate NOTE segments. That's undesirable because
we should create as few segments as possible in general.

Diff Detail

Repository
rLLD LLVM Linker

Event Timeline

ruiu created this revision.Feb 27 2018, 9:23 PM
ruiu updated this revision to Diff 136431.Feb 28 2018, 4:43 PM
  • reverted a change against .note.b section.
This revision was not accepted when it landed; it landed in state Needs Review.Feb 28 2018, 6:33 PM
This revision was automatically updated to reflect the committed changes.